Interface DeleteProfileKeyResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DeleteProfileKeyResponse.Builder,DeleteProfileKeyResponse>,CustomerProfilesResponse.Builder,SdkBuilder<DeleteProfileKeyResponse.Builder,DeleteProfileKeyResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DeleteProfileKeyResponse
public static interface DeleteProfileKeyResponse.Builder extends CustomerProfilesResponse.Builder, SdkPojo, CopyableBuilder<DeleteProfileKeyResponse.Builder,DeleteProfileKeyResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteProfileKeyResponse.Buildermessage(String message)A message that indicates the delete request is done.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.customerprofiles.model.CustomerProfilesResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
message
DeleteProfileKeyResponse.Builder message(String message)
A 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.
-
-