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 Summary
Modifier 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.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
domainArn
Sets 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.
-
objectTypeNamesWithStrings
CustomerProfilesIntegrationConfig.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.
-
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.
-