Interface DeleteProfileObjectResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DeleteProfileObjectResponse.Builder,DeleteProfileObjectResponse>,CustomerProfilesResponse.Builder,SdkBuilder<DeleteProfileObjectResponse.Builder,DeleteProfileObjectResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DeleteProfileObjectResponse
public static interface DeleteProfileObjectResponse.Builder extends CustomerProfilesResponse.Builder, SdkPojo, CopyableBuilder<DeleteProfileObjectResponse.Builder,DeleteProfileObjectResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteProfileObjectResponse.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
DeleteProfileObjectResponse.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.
-
-