Interface DeleteProfileKeyResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<DeleteProfileKeyResponse.Builder,,- DeleteProfileKeyResponse> - CustomerProfilesResponse.Builder,- SdkBuilder<DeleteProfileKeyResponse.Builder,,- DeleteProfileKeyResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- DeleteProfileKeyResponse
@Mutable
@NotThreadSafe
public static interface DeleteProfileKeyResponse.Builder
extends CustomerProfilesResponse.Builder, SdkPojo, CopyableBuilder<DeleteProfileKeyResponse.Builder,DeleteProfileKeyResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionA message that indicates the delete request is done.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.customerprofiles.model.CustomerProfilesResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
messageA message that indicates the delete request is done. - Parameters:
- message- A message that indicates the delete request is done.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-