Class CfnIntegrationPropsMixin.SalesforceSourcePropertiesProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.customerprofiles.CfnIntegrationPropsMixin.SalesforceSourcePropertiesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIntegrationPropsMixin.SalesforceSourcePropertiesProperty>
- Enclosing interface:
CfnIntegrationPropsMixin.SalesforceSourcePropertiesProperty
@Stability(Stable)
public static final class CfnIntegrationPropsMixin.SalesforceSourcePropertiesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIntegrationPropsMixin.SalesforceSourcePropertiesProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.enableDynamicFieldUpdate(Boolean enableDynamicFieldUpdate) enableDynamicFieldUpdate(IResolvable enableDynamicFieldUpdate) includeDeletedRecords(Boolean includeDeletedRecords) includeDeletedRecords(IResolvable includeDeletedRecords) Sets the value ofCfnIntegrationPropsMixin.SalesforceSourcePropertiesProperty.getObject()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
enableDynamicFieldUpdate
@Stability(Stable) public CfnIntegrationPropsMixin.SalesforceSourcePropertiesProperty.Builder enableDynamicFieldUpdate(Boolean enableDynamicFieldUpdate) Sets the value ofCfnIntegrationPropsMixin.SalesforceSourcePropertiesProperty.getEnableDynamicFieldUpdate()- Parameters:
enableDynamicFieldUpdate- The flag that enables dynamic fetching of new (recently added) fields in the Salesforce objects while running a flow.- Returns:
this
-
enableDynamicFieldUpdate
@Stability(Stable) public CfnIntegrationPropsMixin.SalesforceSourcePropertiesProperty.Builder enableDynamicFieldUpdate(IResolvable enableDynamicFieldUpdate) Sets the value ofCfnIntegrationPropsMixin.SalesforceSourcePropertiesProperty.getEnableDynamicFieldUpdate()- Parameters:
enableDynamicFieldUpdate- The flag that enables dynamic fetching of new (recently added) fields in the Salesforce objects while running a flow.- Returns:
this
-
includeDeletedRecords
@Stability(Stable) public CfnIntegrationPropsMixin.SalesforceSourcePropertiesProperty.Builder includeDeletedRecords(Boolean includeDeletedRecords) Sets the value ofCfnIntegrationPropsMixin.SalesforceSourcePropertiesProperty.getIncludeDeletedRecords()- Parameters:
includeDeletedRecords- Indicates whether Amazon AppFlow includes deleted files in the flow run.- Returns:
this
-
includeDeletedRecords
@Stability(Stable) public CfnIntegrationPropsMixin.SalesforceSourcePropertiesProperty.Builder includeDeletedRecords(IResolvable includeDeletedRecords) Sets the value ofCfnIntegrationPropsMixin.SalesforceSourcePropertiesProperty.getIncludeDeletedRecords()- Parameters:
includeDeletedRecords- Indicates whether Amazon AppFlow includes deleted files in the flow run.- Returns:
this
-
object
@Stability(Stable) public CfnIntegrationPropsMixin.SalesforceSourcePropertiesProperty.Builder object(String object) Sets the value ofCfnIntegrationPropsMixin.SalesforceSourcePropertiesProperty.getObject()- Parameters:
object- The object specified in the Salesforce flow source.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnIntegrationPropsMixin.SalesforceSourcePropertiesProperty>- Returns:
- a new instance of
CfnIntegrationPropsMixin.SalesforceSourcePropertiesProperty - Throws:
NullPointerException- if any required attribute was not provided
-