Interface CustomerProfilesIntegrationIdentifier.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CustomerProfilesIntegrationIdentifier.Builder,CustomerProfilesIntegrationIdentifier>,SdkBuilder<CustomerProfilesIntegrationIdentifier.Builder,CustomerProfilesIntegrationIdentifier>,SdkPojo
- Enclosing class:
- CustomerProfilesIntegrationIdentifier
public static interface CustomerProfilesIntegrationIdentifier.Builder extends SdkPojo, CopyableBuilder<CustomerProfilesIntegrationIdentifier.Builder,CustomerProfilesIntegrationIdentifier>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CustomerProfilesIntegrationIdentifier.BuilderdomainArn(String domainArn)Sets the value of the DomainArn 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 Detail
-
domainArn
CustomerProfilesIntegrationIdentifier.Builder domainArn(String 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.
-
-