Interface CustomerProfilesIntegrationSummary.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<CustomerProfilesIntegrationSummary.Builder,,- CustomerProfilesIntegrationSummary> - SdkBuilder<CustomerProfilesIntegrationSummary.Builder,,- CustomerProfilesIntegrationSummary> - SdkPojo
- Enclosing class:
- CustomerProfilesIntegrationSummary
@Mutable
@NotThreadSafe
public static interface CustomerProfilesIntegrationSummary.Builder
extends SdkPojo, CopyableBuilder<CustomerProfilesIntegrationSummary.Builder,CustomerProfilesIntegrationSummary> 
- 
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.
 
- 
objectTypeNamesWithStringsCustomerProfilesIntegrationSummary.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.
 
 
-