public static interface DeleteProfileObjectRequest.Builder extends CustomerProfilesRequest.Builder, SdkPojo, CopyableBuilder<DeleteProfileObjectRequest.Builder,DeleteProfileObjectRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteProfileObjectRequest.Builder |
domainName(String domainName)
The unique name of the domain.
|
DeleteProfileObjectRequest.Builder |
objectTypeName(String objectTypeName)
The name of the profile object type.
|
DeleteProfileObjectRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteProfileObjectRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteProfileObjectRequest.Builder |
profileId(String profileId)
The unique identifier of a customer profile.
|
DeleteProfileObjectRequest.Builder |
profileObjectUniqueKey(String profileObjectUniqueKey)
The unique identifier of the profile object generated by the service.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteProfileObjectRequest.Builder profileId(String profileId)
The unique identifier of a customer profile.
profileId - The unique identifier of a customer profile.DeleteProfileObjectRequest.Builder profileObjectUniqueKey(String profileObjectUniqueKey)
The unique identifier of the profile object generated by the service.
profileObjectUniqueKey - The unique identifier of the profile object generated by the service.DeleteProfileObjectRequest.Builder objectTypeName(String objectTypeName)
The name of the profile object type.
objectTypeName - The name of the profile object type.DeleteProfileObjectRequest.Builder domainName(String domainName)
The unique name of the domain.
domainName - The unique name of the domain.DeleteProfileObjectRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteProfileObjectRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.