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
Modifier and TypeMethodDescriptionThe ARN of the updated cluster.creationTime(Instant creationTime) The time of when the cluster was created.deletionProtectionEnabled(Boolean deletionProtectionEnabled) Whether deletion protection is enabled for the updated cluster.identifier(String identifier) The ID of the cluster to update.linkedClusterArns(String... linkedClusterArns) The ARNs of the clusters linked to the updated cluster.linkedClusterArns(Collection<String> linkedClusterArns) The ARNs of the clusters linked to the updated cluster.The status of the updated cluster.status(ClusterStatus status) The status of the updated cluster.witnessRegion(String witnessRegion) The Region that receives all data you write to linked clusters.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 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.
-
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
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
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
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.
-