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