Class CfnIntegrationPropsMixin.SourceConnectorPropertiesProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.customerprofiles.CfnIntegrationPropsMixin.SourceConnectorPropertiesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIntegrationPropsMixin.SourceConnectorPropertiesProperty>
- Enclosing interface:
CfnIntegrationPropsMixin.SourceConnectorPropertiesProperty
@Stability(Stable)
public static final class CfnIntegrationPropsMixin.SourceConnectorPropertiesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIntegrationPropsMixin.SourceConnectorPropertiesProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnIntegrationPropsMixin.SourceConnectorPropertiesProperty.getMarketo()marketo(IResolvable marketo) Sets the value ofCfnIntegrationPropsMixin.SourceConnectorPropertiesProperty.getMarketo()Sets the value ofCfnIntegrationPropsMixin.SourceConnectorPropertiesProperty.getS3()s3(IResolvable s3) Sets the value ofCfnIntegrationPropsMixin.SourceConnectorPropertiesProperty.getS3()salesforce(IResolvable salesforce) serviceNow(IResolvable serviceNow) Sets the value ofCfnIntegrationPropsMixin.SourceConnectorPropertiesProperty.getZendesk()zendesk(IResolvable zendesk) Sets the value ofCfnIntegrationPropsMixin.SourceConnectorPropertiesProperty.getZendesk()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
marketo
@Stability(Stable) public CfnIntegrationPropsMixin.SourceConnectorPropertiesProperty.Builder marketo(IResolvable marketo) Sets the value ofCfnIntegrationPropsMixin.SourceConnectorPropertiesProperty.getMarketo()- Parameters:
marketo- The properties that are applied when Marketo is being used as a source.- Returns:
this
-
marketo
@Stability(Stable) public CfnIntegrationPropsMixin.SourceConnectorPropertiesProperty.Builder marketo(CfnIntegrationPropsMixin.MarketoSourcePropertiesProperty marketo) Sets the value ofCfnIntegrationPropsMixin.SourceConnectorPropertiesProperty.getMarketo()- Parameters:
marketo- The properties that are applied when Marketo is being used as a source.- Returns:
this
-
s3
@Stability(Stable) public CfnIntegrationPropsMixin.SourceConnectorPropertiesProperty.Builder s3(IResolvable s3) Sets the value ofCfnIntegrationPropsMixin.SourceConnectorPropertiesProperty.getS3()- Parameters:
s3- The properties that are applied when Amazon S3 is being used as the flow source.- Returns:
this
-
s3
@Stability(Stable) public CfnIntegrationPropsMixin.SourceConnectorPropertiesProperty.Builder s3(CfnIntegrationPropsMixin.S3SourcePropertiesProperty s3) Sets the value ofCfnIntegrationPropsMixin.SourceConnectorPropertiesProperty.getS3()- Parameters:
s3- The properties that are applied when Amazon S3 is being used as the flow source.- Returns:
this
-
salesforce
@Stability(Stable) public CfnIntegrationPropsMixin.SourceConnectorPropertiesProperty.Builder salesforce(IResolvable salesforce) - Parameters:
salesforce- The properties that are applied when Salesforce is being used as a source.- Returns:
this
-
salesforce
@Stability(Stable) public CfnIntegrationPropsMixin.SourceConnectorPropertiesProperty.Builder salesforce(CfnIntegrationPropsMixin.SalesforceSourcePropertiesProperty salesforce) - Parameters:
salesforce- The properties that are applied when Salesforce is being used as a source.- Returns:
this
-
serviceNow
@Stability(Stable) public CfnIntegrationPropsMixin.SourceConnectorPropertiesProperty.Builder serviceNow(IResolvable serviceNow) - Parameters:
serviceNow- The properties that are applied when ServiceNow is being used as a source.- Returns:
this
-
serviceNow
@Stability(Stable) public CfnIntegrationPropsMixin.SourceConnectorPropertiesProperty.Builder serviceNow(CfnIntegrationPropsMixin.ServiceNowSourcePropertiesProperty serviceNow) - Parameters:
serviceNow- The properties that are applied when ServiceNow is being used as a source.- Returns:
this
-
zendesk
@Stability(Stable) public CfnIntegrationPropsMixin.SourceConnectorPropertiesProperty.Builder zendesk(IResolvable zendesk) Sets the value ofCfnIntegrationPropsMixin.SourceConnectorPropertiesProperty.getZendesk()- Parameters:
zendesk- The properties that are applied when using Zendesk as a flow source.- Returns:
this
-
zendesk
@Stability(Stable) public CfnIntegrationPropsMixin.SourceConnectorPropertiesProperty.Builder zendesk(CfnIntegrationPropsMixin.ZendeskSourcePropertiesProperty zendesk) Sets the value ofCfnIntegrationPropsMixin.SourceConnectorPropertiesProperty.getZendesk()- Parameters:
zendesk- The properties that are applied when using Zendesk as a flow source.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnIntegrationPropsMixin.SourceConnectorPropertiesProperty>- Returns:
- a new instance of
CfnIntegrationPropsMixin.SourceConnectorPropertiesProperty - Throws:
NullPointerException- if any required attribute was not provided
-