public class UpdateGlobalTableSettingsResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
UpdateGlobalTableSettingsResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getGlobalTableName()
The name of the global table.
|
java.util.List<ReplicaSettingsDescription> |
getReplicaSettings()
The region specific settings for the global table.
|
int |
hashCode() |
void |
setGlobalTableName(java.lang.String globalTableName)
The name of the global table.
|
void |
setReplicaSettings(java.util.Collection<ReplicaSettingsDescription> replicaSettings)
The region specific settings for the global table.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateGlobalTableSettingsResult |
withGlobalTableName(java.lang.String globalTableName)
The name of the global table.
|
UpdateGlobalTableSettingsResult |
withReplicaSettings(java.util.Collection<ReplicaSettingsDescription> replicaSettings)
The region specific settings for the global table.
|
UpdateGlobalTableSettingsResult |
withReplicaSettings(ReplicaSettingsDescription... replicaSettings)
The region specific settings for the global table.
|
public java.lang.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(java.lang.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 UpdateGlobalTableSettingsResult withGlobalTableName(java.lang.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 java.util.List<ReplicaSettingsDescription> getReplicaSettings()
The region specific settings for the global table.
The region specific settings for the global table.
public void setReplicaSettings(java.util.Collection<ReplicaSettingsDescription> replicaSettings)
The region specific settings for the global table.
replicaSettings
- The region specific settings for the global table.
public UpdateGlobalTableSettingsResult 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 UpdateGlobalTableSettingsResult withReplicaSettings(java.util.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.