Interface CustomerProfilesDestinationProperties.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CustomerProfilesDestinationProperties.Builder,CustomerProfilesDestinationProperties>,SdkBuilder<CustomerProfilesDestinationProperties.Builder,CustomerProfilesDestinationProperties>,SdkPojo
- Enclosing class:
- CustomerProfilesDestinationProperties
public static interface CustomerProfilesDestinationProperties.Builder extends SdkPojo, CopyableBuilder<CustomerProfilesDestinationProperties.Builder,CustomerProfilesDestinationProperties>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CustomerProfilesDestinationProperties.BuilderdomainName(String domainName)The unique name of the Amazon Connect Customer Profiles domain.CustomerProfilesDestinationProperties.BuilderobjectTypeName(String objectTypeName)The object specified in the Amazon Connect Customer Profiles flow destination.-
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, sdkFields
-
-
-
-
Method Detail
-
domainName
CustomerProfilesDestinationProperties.Builder domainName(String domainName)
The unique name of the Amazon Connect Customer Profiles domain.
- Parameters:
domainName- The unique name of the Amazon Connect Customer Profiles domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
objectTypeName
CustomerProfilesDestinationProperties.Builder objectTypeName(String objectTypeName)
The object specified in the Amazon Connect Customer Profiles flow destination.
- Parameters:
objectTypeName- The object specified in the Amazon Connect Customer Profiles flow destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-