public class DescribeGlobalTableSettingsResult extends Object implements Serializable
| Constructor and Description |
|---|
DescribeGlobalTableSettingsResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getGlobalTableName()
The name of the global table.
|
List<ReplicaSettingsDescription> |
getReplicaSettings()
The region specific settings for the global table.
|
int |
hashCode() |
void |
setGlobalTableName(String globalTableName)
The name of the global table.
|
void |
setReplicaSettings(Collection<ReplicaSettingsDescription> replicaSettings)
The region specific settings for the global table.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeGlobalTableSettingsResult |
withGlobalTableName(String globalTableName)
The name of the global table.
|
DescribeGlobalTableSettingsResult |
withReplicaSettings(Collection<ReplicaSettingsDescription> replicaSettings)
The region specific settings for the global table.
|
DescribeGlobalTableSettingsResult |
withReplicaSettings(ReplicaSettingsDescription... replicaSettings)
The region specific settings for the global table.
|
public String getGlobalTableName()
The name of the global table.
Constraints:
Length: 3 - 255
Pattern: [a-zA-Z0-9_.-]+
The name of the global table.
public void setGlobalTableName(String globalTableName)
The name of the global table.
Constraints:
Length: 3 - 255
Pattern: [a-zA-Z0-9_.-]+
globalTableName - The name of the global table.
public DescribeGlobalTableSettingsResult withGlobalTableName(String globalTableName)
The name of the global table.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 3 - 255
Pattern: [a-zA-Z0-9_.-]+
globalTableName - The name of the global table.
public List<ReplicaSettingsDescription> getReplicaSettings()
The region specific settings for the global table.
The region specific settings for the global table.
public void setReplicaSettings(Collection<ReplicaSettingsDescription> replicaSettings)
The region specific settings for the global table.
replicaSettings - The region specific settings for the global table.
public DescribeGlobalTableSettingsResult withReplicaSettings(ReplicaSettingsDescription... replicaSettings)
The region specific settings for the global table.
Returns a reference to this object so that method calls can be chained together.
replicaSettings - The region specific settings for the global table.
public DescribeGlobalTableSettingsResult withReplicaSettings(Collection<ReplicaSettingsDescription> replicaSettings)
The region specific settings for the global table.
Returns a reference to this object so that method calls can be chained together.
replicaSettings - The region specific settings for the global table.
public String toString()
toString in class ObjectObject.toString()Copyright © 2019. All rights reserved.