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