Interface KxAttachedCluster.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<KxAttachedCluster.Builder,
,KxAttachedCluster> SdkBuilder<KxAttachedCluster.Builder,
,KxAttachedCluster> SdkPojo
- Enclosing class:
KxAttachedCluster
-
Method Summary
Modifier and TypeMethodDescriptionclusterName
(String clusterName) A unique name for the attached cluster.clusterStatus
(String clusterStatus) The status of the attached cluster.clusterStatus
(KxClusterStatus clusterStatus) The status of the attached cluster.clusterType
(String clusterType) Specifies the type of cluster.clusterType
(KxClusterType clusterType) Specifies the type of cluster.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
clusterName
A unique name for the attached cluster.
- Parameters:
clusterName
- A unique name for the attached cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clusterType
Specifies the type of cluster. The volume for TP and RDB cluster types will be used for TP logs.
- Parameters:
clusterType
- Specifies the type of cluster. The volume for TP and RDB cluster types will be used for TP logs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
clusterType
Specifies the type of cluster. The volume for TP and RDB cluster types will be used for TP logs.
- Parameters:
clusterType
- Specifies the type of cluster. The volume for TP and RDB cluster types will be used for TP logs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
clusterStatus
The status of the attached cluster.
-
PENDING – The cluster is pending creation.
-
CREATING – The cluster creation process is in progress.
-
CREATE_FAILED – The cluster creation process has failed.
-
RUNNING – The cluster creation process is running.
-
UPDATING – The cluster is in the process of being updated.
-
DELETING – The cluster is in the process of being deleted.
-
DELETED – The cluster has been deleted.
-
DELETE_FAILED – The cluster failed to delete.
- Parameters:
clusterStatus
- The status of the attached cluster.-
PENDING – The cluster is pending creation.
-
CREATING – The cluster creation process is in progress.
-
CREATE_FAILED – The cluster creation process has failed.
-
RUNNING – The cluster creation process is running.
-
UPDATING – The cluster is in the process of being updated.
-
DELETING – The cluster is in the process of being deleted.
-
DELETED – The cluster has been deleted.
-
DELETE_FAILED – The cluster failed to delete.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
clusterStatus
The status of the attached cluster.
-
PENDING – The cluster is pending creation.
-
CREATING – The cluster creation process is in progress.
-
CREATE_FAILED – The cluster creation process has failed.
-
RUNNING – The cluster creation process is running.
-
UPDATING – The cluster is in the process of being updated.
-
DELETING – The cluster is in the process of being deleted.
-
DELETED – The cluster has been deleted.
-
DELETE_FAILED – The cluster failed to delete.
- Parameters:
clusterStatus
- The status of the attached cluster.-
PENDING – The cluster is pending creation.
-
CREATING – The cluster creation process is in progress.
-
CREATE_FAILED – The cluster creation process has failed.
-
RUNNING – The cluster creation process is running.
-
UPDATING – The cluster is in the process of being updated.
-
DELETING – The cluster is in the process of being deleted.
-
DELETED – The cluster has been deleted.
-
DELETE_FAILED – The cluster failed to delete.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-