@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GlobalTableDescription extends Object implements Serializable, Cloneable, StructuredPojo
Contains details about the global table.
Constructor and Description |
---|
GlobalTableDescription() |
Modifier and Type | Method and Description |
---|---|
GlobalTableDescription |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationDateTime()
The creation time of the global table.
|
String |
getGlobalTableArn()
The unique identifier of the global table.
|
String |
getGlobalTableName()
The global table name.
|
String |
getGlobalTableStatus()
The current state of the global table:
|
List<ReplicaDescription> |
getReplicationGroup()
The Regions where the global table has replicas.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCreationDateTime(Date creationDateTime)
The creation time of the global table.
|
void |
setGlobalTableArn(String globalTableArn)
The unique identifier of the global table.
|
void |
setGlobalTableName(String globalTableName)
The global table name.
|
void |
setGlobalTableStatus(String globalTableStatus)
The current state of the global table:
|
void |
setReplicationGroup(Collection<ReplicaDescription> replicationGroup)
The Regions where the global table has replicas.
|
String |
toString()
Returns a string representation of this object.
|
GlobalTableDescription |
withCreationDateTime(Date creationDateTime)
The creation time of the global table.
|
GlobalTableDescription |
withGlobalTableArn(String globalTableArn)
The unique identifier of the global table.
|
GlobalTableDescription |
withGlobalTableName(String globalTableName)
The global table name.
|
GlobalTableDescription |
withGlobalTableStatus(GlobalTableStatus globalTableStatus)
The current state of the global table:
|
GlobalTableDescription |
withGlobalTableStatus(String globalTableStatus)
The current state of the global table:
|
GlobalTableDescription |
withReplicationGroup(Collection<ReplicaDescription> replicationGroup)
The Regions where the global table has replicas.
|
GlobalTableDescription |
withReplicationGroup(ReplicaDescription... replicationGroup)
The Regions where the global table has replicas.
|
public List<ReplicaDescription> getReplicationGroup()
The Regions where the global table has replicas.
public void setReplicationGroup(Collection<ReplicaDescription> replicationGroup)
The Regions where the global table has replicas.
replicationGroup
- The Regions where the global table has replicas.public GlobalTableDescription withReplicationGroup(ReplicaDescription... replicationGroup)
The Regions where the global table has replicas.
NOTE: This method appends the values to the existing list (if any). Use
setReplicationGroup(java.util.Collection)
or withReplicationGroup(java.util.Collection)
if you
want to override the existing values.
replicationGroup
- The Regions where the global table has replicas.public GlobalTableDescription withReplicationGroup(Collection<ReplicaDescription> replicationGroup)
The Regions where the global table has replicas.
replicationGroup
- The Regions where the global table has replicas.public void setGlobalTableArn(String globalTableArn)
The unique identifier of the global table.
globalTableArn
- The unique identifier of the global table.public String getGlobalTableArn()
The unique identifier of the global table.
public GlobalTableDescription withGlobalTableArn(String globalTableArn)
The unique identifier of the global table.
globalTableArn
- The unique identifier of the global table.public void setCreationDateTime(Date creationDateTime)
The creation time of the global table.
creationDateTime
- The creation time of the global table.public Date getCreationDateTime()
The creation time of the global table.
public GlobalTableDescription withCreationDateTime(Date creationDateTime)
The creation time of the global table.
creationDateTime
- The creation time of the global table.public void setGlobalTableStatus(String globalTableStatus)
The current state of the global table:
CREATING
- The global table is being created.
UPDATING
- The global table is being updated.
DELETING
- The global table is being deleted.
ACTIVE
- The global table is ready for use.
globalTableStatus
- The current state of the global table:
CREATING
- The global table is being created.
UPDATING
- The global table is being updated.
DELETING
- The global table is being deleted.
ACTIVE
- The global table is ready for use.
GlobalTableStatus
public String getGlobalTableStatus()
The current state of the global table:
CREATING
- The global table is being created.
UPDATING
- The global table is being updated.
DELETING
- The global table is being deleted.
ACTIVE
- The global table is ready for use.
CREATING
- The global table is being created.
UPDATING
- The global table is being updated.
DELETING
- The global table is being deleted.
ACTIVE
- The global table is ready for use.
GlobalTableStatus
public GlobalTableDescription withGlobalTableStatus(String globalTableStatus)
The current state of the global table:
CREATING
- The global table is being created.
UPDATING
- The global table is being updated.
DELETING
- The global table is being deleted.
ACTIVE
- The global table is ready for use.
globalTableStatus
- The current state of the global table:
CREATING
- The global table is being created.
UPDATING
- The global table is being updated.
DELETING
- The global table is being deleted.
ACTIVE
- The global table is ready for use.
GlobalTableStatus
public GlobalTableDescription withGlobalTableStatus(GlobalTableStatus globalTableStatus)
The current state of the global table:
CREATING
- The global table is being created.
UPDATING
- The global table is being updated.
DELETING
- The global table is being deleted.
ACTIVE
- The global table is ready for use.
globalTableStatus
- The current state of the global table:
CREATING
- The global table is being created.
UPDATING
- The global table is being updated.
DELETING
- The global table is being deleted.
ACTIVE
- The global table is ready for use.
GlobalTableStatus
public void setGlobalTableName(String globalTableName)
The global table name.
globalTableName
- The global table name.public String getGlobalTableName()
The global table name.
public GlobalTableDescription withGlobalTableName(String globalTableName)
The global table name.
globalTableName
- The global table name.public String toString()
toString
in class Object
Object.toString()
public GlobalTableDescription clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2021. All rights reserved.