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