Interface DeleteClusterResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DeleteClusterResponse.Builder,
,DeleteClusterResponse> DsqlResponse.Builder
,SdkBuilder<DeleteClusterResponse.Builder,
,DeleteClusterResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DeleteClusterResponse
@Mutable
@NotThreadSafe
public static interface DeleteClusterResponse.Builder
extends DsqlResponse.Builder, SdkPojo, CopyableBuilder<DeleteClusterResponse.Builder,DeleteClusterResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the deleted cluster.creationTime
(Instant creationTime) The time of when the cluster was created.identifier
(String identifier) The ID of the deleted cluster.The status of the cluster.status
(ClusterStatus status) The status of the cluster.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.dsql.model.DsqlResponse.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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
identifier
The ID of the deleted cluster.
- Parameters:
identifier
- The ID of the deleted cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The ARN of the deleted cluster.
- Parameters:
arn
- The ARN of the deleted cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the cluster.
- Parameters:
status
- The status of the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the cluster.
- Parameters:
status
- The status of the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
creationTime
The time of when the cluster was created.
- Parameters:
creationTime
- The time of when the cluster was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-