Interface UpdateClusterResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<UpdateClusterResponse.Builder,
,UpdateClusterResponse> DsqlResponse.Builder
,SdkBuilder<UpdateClusterResponse.Builder,
,UpdateClusterResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
UpdateClusterResponse
@Mutable
@NotThreadSafe
public static interface UpdateClusterResponse.Builder
extends DsqlResponse.Builder, SdkPojo, CopyableBuilder<UpdateClusterResponse.Builder,UpdateClusterResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the updated cluster.creationTime
(Instant creationTime) The time of when the cluster was created.identifier
(String identifier) The ID of the cluster to update.The status of the updated cluster.status
(ClusterStatus status) The status of the updated 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 cluster to update.
- Parameters:
identifier
- The ID of the cluster to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The ARN of the updated cluster.
- Parameters:
arn
- The ARN of the updated cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the updated cluster.
- Parameters:
status
- The status of the updated cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the updated cluster.
- Parameters:
status
- The status of the updated 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.
-