@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsDynamoDbTableReplicaGlobalSecondaryIndex extends Object implements Serializable, Cloneable, StructuredPojo
Information about a global secondary index for a DynamoDB table replica.
Constructor and Description |
---|
AwsDynamoDbTableReplicaGlobalSecondaryIndex() |
Modifier and Type | Method and Description |
---|---|
AwsDynamoDbTableReplicaGlobalSecondaryIndex |
clone() |
boolean |
equals(Object obj) |
String |
getIndexName()
The name of the index.
|
AwsDynamoDbTableProvisionedThroughputOverride |
getProvisionedThroughputOverride()
Replica-specific configuration for the provisioned throughput for the index.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setIndexName(String indexName)
The name of the index.
|
void |
setProvisionedThroughputOverride(AwsDynamoDbTableProvisionedThroughputOverride provisionedThroughputOverride)
Replica-specific configuration for the provisioned throughput for the index.
|
String |
toString()
Returns a string representation of this object.
|
AwsDynamoDbTableReplicaGlobalSecondaryIndex |
withIndexName(String indexName)
The name of the index.
|
AwsDynamoDbTableReplicaGlobalSecondaryIndex |
withProvisionedThroughputOverride(AwsDynamoDbTableProvisionedThroughputOverride provisionedThroughputOverride)
Replica-specific configuration for the provisioned throughput for the index.
|
public AwsDynamoDbTableReplicaGlobalSecondaryIndex()
public void setIndexName(String indexName)
The name of the index.
indexName
- The name of the index.public String getIndexName()
The name of the index.
public AwsDynamoDbTableReplicaGlobalSecondaryIndex withIndexName(String indexName)
The name of the index.
indexName
- The name of the index.public void setProvisionedThroughputOverride(AwsDynamoDbTableProvisionedThroughputOverride provisionedThroughputOverride)
Replica-specific configuration for the provisioned throughput for the index.
provisionedThroughputOverride
- Replica-specific configuration for the provisioned throughput for the index.public AwsDynamoDbTableProvisionedThroughputOverride getProvisionedThroughputOverride()
Replica-specific configuration for the provisioned throughput for the index.
public AwsDynamoDbTableReplicaGlobalSecondaryIndex withProvisionedThroughputOverride(AwsDynamoDbTableProvisionedThroughputOverride provisionedThroughputOverride)
Replica-specific configuration for the provisioned throughput for the index.
provisionedThroughputOverride
- Replica-specific configuration for the provisioned throughput for the index.public String toString()
toString
in class Object
Object.toString()
public AwsDynamoDbTableReplicaGlobalSecondaryIndex clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.