@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class KxAttachedCluster extends Object implements Serializable, Cloneable, StructuredPojo
The structure containing the metadata of the attached clusters.
Constructor and Description |
---|
KxAttachedCluster() |
Modifier and Type | Method and Description |
---|---|
KxAttachedCluster |
clone() |
boolean |
equals(Object obj) |
String |
getClusterName()
A unique name for the attached cluster.
|
String |
getClusterStatus()
The status of the attached cluster.
|
String |
getClusterType()
Specifies the type of cluster.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setClusterName(String clusterName)
A unique name for the attached cluster.
|
void |
setClusterStatus(String clusterStatus)
The status of the attached cluster.
|
void |
setClusterType(String clusterType)
Specifies the type of cluster.
|
String |
toString()
Returns a string representation of this object.
|
KxAttachedCluster |
withClusterName(String clusterName)
A unique name for the attached cluster.
|
KxAttachedCluster |
withClusterStatus(KxClusterStatus clusterStatus)
The status of the attached cluster.
|
KxAttachedCluster |
withClusterStatus(String clusterStatus)
The status of the attached cluster.
|
KxAttachedCluster |
withClusterType(KxClusterType clusterType)
Specifies the type of cluster.
|
KxAttachedCluster |
withClusterType(String clusterType)
Specifies the type of cluster.
|
public void setClusterName(String clusterName)
A unique name for the attached cluster.
clusterName
- A unique name for the attached cluster.public String getClusterName()
A unique name for the attached cluster.
public KxAttachedCluster withClusterName(String clusterName)
A unique name for the attached cluster.
clusterName
- A unique name for the attached cluster.public void setClusterType(String clusterType)
Specifies the type of cluster. The volume for TP and RDB cluster types will be used for TP logs.
clusterType
- Specifies the type of cluster. The volume for TP and RDB cluster types will be used for TP logs.KxClusterType
public String getClusterType()
Specifies the type of cluster. The volume for TP and RDB cluster types will be used for TP logs.
KxClusterType
public KxAttachedCluster withClusterType(String clusterType)
Specifies the type of cluster. The volume for TP and RDB cluster types will be used for TP logs.
clusterType
- Specifies the type of cluster. The volume for TP and RDB cluster types will be used for TP logs.KxClusterType
public KxAttachedCluster withClusterType(KxClusterType clusterType)
Specifies the type of cluster. The volume for TP and RDB cluster types will be used for TP logs.
clusterType
- Specifies the type of cluster. The volume for TP and RDB cluster types will be used for TP logs.KxClusterType
public void setClusterStatus(String 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.
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.
KxClusterStatus
public String getClusterStatus()
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.
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.
KxClusterStatus
public KxAttachedCluster withClusterStatus(String 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.
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.
KxClusterStatus
public KxAttachedCluster withClusterStatus(KxClusterStatus 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.
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.
KxClusterStatus
public String toString()
toString
in class Object
Object.toString()
public KxAttachedCluster clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.