@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateTableReplicaAutoScalingRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateTableReplicaAutoScalingRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateTableReplicaAutoScalingRequest |
clone() |
boolean |
equals(Object obj) |
List<GlobalSecondaryIndexAutoScalingUpdate> |
getGlobalSecondaryIndexUpdates()
Represents the auto scaling settings of the global secondary indexes of the replica to be updated.
|
AutoScalingSettingsUpdate |
getProvisionedWriteCapacityAutoScalingUpdate() |
List<ReplicaAutoScalingUpdate> |
getReplicaUpdates()
Represents the auto scaling settings of replicas of the table that will be modified.
|
String |
getTableName()
The name of the global table to be updated.
|
int |
hashCode() |
void |
setGlobalSecondaryIndexUpdates(Collection<GlobalSecondaryIndexAutoScalingUpdate> globalSecondaryIndexUpdates)
Represents the auto scaling settings of the global secondary indexes of the replica to be updated.
|
void |
setProvisionedWriteCapacityAutoScalingUpdate(AutoScalingSettingsUpdate provisionedWriteCapacityAutoScalingUpdate) |
void |
setReplicaUpdates(Collection<ReplicaAutoScalingUpdate> replicaUpdates)
Represents the auto scaling settings of replicas of the table that will be modified.
|
void |
setTableName(String tableName)
The name of the global table to be updated.
|
String |
toString()
Returns a string representation of this object.
|
UpdateTableReplicaAutoScalingRequest |
withGlobalSecondaryIndexUpdates(Collection<GlobalSecondaryIndexAutoScalingUpdate> globalSecondaryIndexUpdates)
Represents the auto scaling settings of the global secondary indexes of the replica to be updated.
|
UpdateTableReplicaAutoScalingRequest |
withGlobalSecondaryIndexUpdates(GlobalSecondaryIndexAutoScalingUpdate... globalSecondaryIndexUpdates)
Represents the auto scaling settings of the global secondary indexes of the replica to be updated.
|
UpdateTableReplicaAutoScalingRequest |
withProvisionedWriteCapacityAutoScalingUpdate(AutoScalingSettingsUpdate provisionedWriteCapacityAutoScalingUpdate) |
UpdateTableReplicaAutoScalingRequest |
withReplicaUpdates(Collection<ReplicaAutoScalingUpdate> replicaUpdates)
Represents the auto scaling settings of replicas of the table that will be modified.
|
UpdateTableReplicaAutoScalingRequest |
withReplicaUpdates(ReplicaAutoScalingUpdate... replicaUpdates)
Represents the auto scaling settings of replicas of the table that will be modified.
|
UpdateTableReplicaAutoScalingRequest |
withTableName(String tableName)
The name of the global table to be updated.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public UpdateTableReplicaAutoScalingRequest()
public List<GlobalSecondaryIndexAutoScalingUpdate> getGlobalSecondaryIndexUpdates()
Represents the auto scaling settings of the global secondary indexes of the replica to be updated.
public void setGlobalSecondaryIndexUpdates(Collection<GlobalSecondaryIndexAutoScalingUpdate> globalSecondaryIndexUpdates)
Represents the auto scaling settings of the global secondary indexes of the replica to be updated.
globalSecondaryIndexUpdates
- Represents the auto scaling settings of the global secondary indexes of the replica to be updated.public UpdateTableReplicaAutoScalingRequest withGlobalSecondaryIndexUpdates(GlobalSecondaryIndexAutoScalingUpdate... globalSecondaryIndexUpdates)
Represents the auto scaling settings of the global secondary indexes of the replica to be updated.
NOTE: This method appends the values to the existing list (if any). Use
setGlobalSecondaryIndexUpdates(java.util.Collection)
or
withGlobalSecondaryIndexUpdates(java.util.Collection)
if you want to override the existing values.
globalSecondaryIndexUpdates
- Represents the auto scaling settings of the global secondary indexes of the replica to be updated.public UpdateTableReplicaAutoScalingRequest withGlobalSecondaryIndexUpdates(Collection<GlobalSecondaryIndexAutoScalingUpdate> globalSecondaryIndexUpdates)
Represents the auto scaling settings of the global secondary indexes of the replica to be updated.
globalSecondaryIndexUpdates
- Represents the auto scaling settings of the global secondary indexes of the replica to be updated.public void setTableName(String tableName)
The name of the global table to be updated.
tableName
- The name of the global table to be updated.public String getTableName()
The name of the global table to be updated.
public UpdateTableReplicaAutoScalingRequest withTableName(String tableName)
The name of the global table to be updated.
tableName
- The name of the global table to be updated.public void setProvisionedWriteCapacityAutoScalingUpdate(AutoScalingSettingsUpdate provisionedWriteCapacityAutoScalingUpdate)
provisionedWriteCapacityAutoScalingUpdate
- public AutoScalingSettingsUpdate getProvisionedWriteCapacityAutoScalingUpdate()
public UpdateTableReplicaAutoScalingRequest withProvisionedWriteCapacityAutoScalingUpdate(AutoScalingSettingsUpdate provisionedWriteCapacityAutoScalingUpdate)
provisionedWriteCapacityAutoScalingUpdate
- public List<ReplicaAutoScalingUpdate> getReplicaUpdates()
Represents the auto scaling settings of replicas of the table that will be modified.
public void setReplicaUpdates(Collection<ReplicaAutoScalingUpdate> replicaUpdates)
Represents the auto scaling settings of replicas of the table that will be modified.
replicaUpdates
- Represents the auto scaling settings of replicas of the table that will be modified.public UpdateTableReplicaAutoScalingRequest withReplicaUpdates(ReplicaAutoScalingUpdate... replicaUpdates)
Represents the auto scaling settings of replicas of the table that will be modified.
NOTE: This method appends the values to the existing list (if any). Use
setReplicaUpdates(java.util.Collection)
or withReplicaUpdates(java.util.Collection)
if you want
to override the existing values.
replicaUpdates
- Represents the auto scaling settings of replicas of the table that will be modified.public UpdateTableReplicaAutoScalingRequest withReplicaUpdates(Collection<ReplicaAutoScalingUpdate> replicaUpdates)
Represents the auto scaling settings of replicas of the table that will be modified.
replicaUpdates
- Represents the auto scaling settings of replicas of the table that will be modified.public String toString()
toString
in class Object
Object.toString()
public UpdateTableReplicaAutoScalingRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2023. All rights reserved.