Interface GetClusterResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<GetClusterResponse.Builder,,GetClusterResponse> DsqlResponse.Builder,SdkBuilder<GetClusterResponse.Builder,,GetClusterResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 GetClusterResponse
public static interface GetClusterResponse.Builder
extends DsqlResponse.Builder, SdkPojo, CopyableBuilder<GetClusterResponse.Builder,GetClusterResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the retrieved cluster.creationTime(Instant creationTime) The time of when the cluster was created.deletionProtectionEnabled(Boolean deletionProtectionEnabled) Whether deletion protection is enabled in this cluster.identifier(String identifier) The ID of the retrieved cluster.linkedClusterArns(String... linkedClusterArns) The ARNs of the clusters linked to the retrieved cluster.linkedClusterArns(Collection<String> linkedClusterArns) The ARNs of the clusters linked to the retrieved cluster.The status of the retrieved cluster.status(ClusterStatus status) The status of the retrieved cluster.witnessRegion(String witnessRegion) The witness Region of the cluster.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.dsql.model.DsqlResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
identifier
The ID of the retrieved cluster.
- Parameters:
 identifier- The ID of the retrieved cluster.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
arn
The ARN of the retrieved cluster.
- Parameters:
 arn- The ARN of the retrieved cluster.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
status
The status of the retrieved cluster.
- Parameters:
 status- The status of the retrieved cluster.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
status
The status of the retrieved cluster.
- Parameters:
 status- The status of the retrieved 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.
 
 - 
deletionProtectionEnabled
Whether deletion protection is enabled in this cluster.
- Parameters:
 deletionProtectionEnabled- Whether deletion protection is enabled in this cluster.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
witnessRegion
The witness Region of the cluster. Applicable only for multi-Region clusters.
- Parameters:
 witnessRegion- The witness Region of the cluster. Applicable only for multi-Region clusters.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
linkedClusterArns
The ARNs of the clusters linked to the retrieved cluster.
- Parameters:
 linkedClusterArns- The ARNs of the clusters linked to the retrieved cluster.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
linkedClusterArns
The ARNs of the clusters linked to the retrieved cluster.
- Parameters:
 linkedClusterArns- The ARNs of the clusters linked to the retrieved cluster.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -