Interface CustomerProfilesIntegrationConfig.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<CustomerProfilesIntegrationConfig.Builder,,- CustomerProfilesIntegrationConfig> - SdkBuilder<CustomerProfilesIntegrationConfig.Builder,,- CustomerProfilesIntegrationConfig> - SdkPojo
- Enclosing class:
- CustomerProfilesIntegrationConfig
@Mutable
@NotThreadSafe
public static interface CustomerProfilesIntegrationConfig.Builder
extends SdkPojo, CopyableBuilder<CustomerProfilesIntegrationConfig.Builder,CustomerProfilesIntegrationConfig> 
- 
Method SummaryModifier and TypeMethodDescriptionSets the value of the DomainArn property for this object.objectTypeNames(Map<EventType, String> objectTypeNames) Sets the value of the ObjectTypeNames property for this object.objectTypeNamesWithStrings(Map<String, String> objectTypeNames) Sets the value of the ObjectTypeNames property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
domainArnSets the value of the DomainArn property for this object.- Parameters:
- domainArn- The new value for the DomainArn property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
objectTypeNamesWithStringsCustomerProfilesIntegrationConfig.Builder objectTypeNamesWithStrings(Map<String, String> objectTypeNames) Sets the value of the ObjectTypeNames property for this object.- Parameters:
- objectTypeNames- The new value for the ObjectTypeNames property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
objectTypeNamesSets the value of the ObjectTypeNames property for this object.- Parameters:
- objectTypeNames- The new value for the ObjectTypeNames property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-