Interface UpdateClusterResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateClusterResponse.Builder,UpdateClusterResponse>,DsqlResponse.Builder,SdkBuilder<UpdateClusterResponse.Builder,UpdateClusterResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateClusterResponse
public static interface UpdateClusterResponse.Builder extends DsqlResponse.Builder, SdkPojo, CopyableBuilder<UpdateClusterResponse.Builder,UpdateClusterResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateClusterResponse.Builderarn(String arn)The ARN of the updated cluster.UpdateClusterResponse.BuildercreationTime(Instant creationTime)The time of when the cluster was created.UpdateClusterResponse.BuilderdeletionProtectionEnabled(Boolean deletionProtectionEnabled)Whether deletion protection is enabled for the updated cluster.UpdateClusterResponse.Builderidentifier(String identifier)The ID of the cluster to update.UpdateClusterResponse.BuilderlinkedClusterArns(String... linkedClusterArns)The ARNs of the clusters linked to the updated cluster.UpdateClusterResponse.BuilderlinkedClusterArns(Collection<String> linkedClusterArns)The ARNs of the clusters linked to the updated cluster.UpdateClusterResponse.Builderstatus(String status)The status of the updated cluster.UpdateClusterResponse.Builderstatus(ClusterStatus status)The status of the updated cluster.UpdateClusterResponse.BuilderwitnessRegion(String witnessRegion)The Region that receives all data you write to linked clusters.-
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 Detail
-
identifier
UpdateClusterResponse.Builder identifier(String 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
UpdateClusterResponse.Builder arn(String 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
UpdateClusterResponse.Builder status(String 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:
ClusterStatus,ClusterStatus
-
status
UpdateClusterResponse.Builder status(ClusterStatus 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:
ClusterStatus,ClusterStatus
-
creationTime
UpdateClusterResponse.Builder creationTime(Instant 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
UpdateClusterResponse.Builder deletionProtectionEnabled(Boolean deletionProtectionEnabled)
Whether deletion protection is enabled for the updated cluster.
- Parameters:
deletionProtectionEnabled- Whether deletion protection is enabled for the updated cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
witnessRegion
UpdateClusterResponse.Builder witnessRegion(String witnessRegion)
The Region that receives all data you write to linked clusters.
- Parameters:
witnessRegion- The Region that receives all data you write to linked clusters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
linkedClusterArns
UpdateClusterResponse.Builder linkedClusterArns(Collection<String> linkedClusterArns)
The ARNs of the clusters linked to the updated cluster. Applicable only for multi-Region clusters.
- Parameters:
linkedClusterArns- The ARNs of the clusters linked to the updated cluster. Applicable only for multi-Region clusters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
linkedClusterArns
UpdateClusterResponse.Builder linkedClusterArns(String... linkedClusterArns)
The ARNs of the clusters linked to the updated cluster. Applicable only for multi-Region clusters.
- Parameters:
linkedClusterArns- The ARNs of the clusters linked to the updated cluster. Applicable only for multi-Region clusters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-