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