Class CfnIntegration.ConnectorOperatorProperty.Builder
java.lang.Object
software.amazon.awscdk.services.customerprofiles.CfnIntegration.ConnectorOperatorProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIntegration.ConnectorOperatorProperty>
- Enclosing interface:
- CfnIntegration.ConnectorOperatorProperty
@Stability(Stable)
public static final class CfnIntegration.ConnectorOperatorProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIntegration.ConnectorOperatorProperty>
A builder for
CfnIntegration.ConnectorOperatorProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnIntegration.ConnectorOperatorProperty.getMarketo()
Sets the value ofCfnIntegration.ConnectorOperatorProperty.getS3()
salesforce
(String salesforce) Sets the value ofCfnIntegration.ConnectorOperatorProperty.getSalesforce()
serviceNow
(String serviceNow) Sets the value ofCfnIntegration.ConnectorOperatorProperty.getServiceNow()
Sets the value ofCfnIntegration.ConnectorOperatorProperty.getZendesk()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
marketo
Sets the value ofCfnIntegration.ConnectorOperatorProperty.getMarketo()
- Parameters:
marketo
- The operation to be performed on the provided Marketo source fields.- Returns:
this
-
s3
Sets the value ofCfnIntegration.ConnectorOperatorProperty.getS3()
- Parameters:
s3
- The operation to be performed on the provided Amazon S3 source fields.- Returns:
this
-
salesforce
@Stability(Stable) public CfnIntegration.ConnectorOperatorProperty.Builder salesforce(String salesforce) Sets the value ofCfnIntegration.ConnectorOperatorProperty.getSalesforce()
- Parameters:
salesforce
- The operation to be performed on the provided Salesforce source fields.- Returns:
this
-
serviceNow
@Stability(Stable) public CfnIntegration.ConnectorOperatorProperty.Builder serviceNow(String serviceNow) Sets the value ofCfnIntegration.ConnectorOperatorProperty.getServiceNow()
- Parameters:
serviceNow
- The operation to be performed on the provided ServiceNow source fields.- Returns:
this
-
zendesk
Sets the value ofCfnIntegration.ConnectorOperatorProperty.getZendesk()
- Parameters:
zendesk
- The operation to be performed on the provided Zendesk source fields.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnIntegration.ConnectorOperatorProperty>
- Returns:
- a new instance of
CfnIntegration.ConnectorOperatorProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-