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 TypeMethodDescriptionThe Amazon Resource Name (ARN) of the Customer Profiles domain where the matched output will be sent.objectTypeArn(String objectTypeArn) The Amazon Resource Name (ARN) of the Customer Profiles object type that defines the structure for the matched customer data.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
domainArn
The Amazon Resource Name (ARN) of the Customer Profiles domain where the matched output will be sent.
- Parameters:
domainArn- The Amazon Resource Name (ARN) of the Customer Profiles domain where the matched output will be sent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
objectTypeArn
The Amazon Resource Name (ARN) of the Customer Profiles object type that defines the structure for the matched customer data.
- Parameters:
objectTypeArn- The Amazon Resource Name (ARN) of the Customer Profiles object type that defines the structure for the matched customer data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-