@Generated(value="software.amazon.awssdk:codegen") public final class AwsDynamoDbTableDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsDynamoDbTableDetails.Builder,AwsDynamoDbTableDetails>
Provides details about a DynamoDB table.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsDynamoDbTableDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
List<AwsDynamoDbTableAttributeDefinition> |
attributeDefinitions()
A list of attribute definitions for the table.
|
AwsDynamoDbTableBillingModeSummary |
billingModeSummary()
Information about the billing for read/write capacity on the table.
|
static AwsDynamoDbTableDetails.Builder |
builder() |
String |
creationDateTime()
Indicates when the table was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
List<AwsDynamoDbTableGlobalSecondaryIndex> |
globalSecondaryIndexes()
List of global secondary indexes for the table.
|
String |
globalTableVersion()
The version of global tables being used.
|
boolean |
hasAttributeDefinitions()
Returns true if the AttributeDefinitions property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
boolean |
hasGlobalSecondaryIndexes()
Returns true if the GlobalSecondaryIndexes property was specified by the sender (it may be empty), or false if
the sender did not specify the value (it will be empty).
|
int |
hashCode() |
boolean |
hasKeySchema()
Returns true if the KeySchema property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
boolean |
hasLocalSecondaryIndexes()
Returns true if the LocalSecondaryIndexes property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
boolean |
hasReplicas()
Returns true if the Replicas property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
Integer |
itemCount()
The number of items in the table.
|
List<AwsDynamoDbTableKeySchema> |
keySchema()
The primary key structure for the table.
|
String |
latestStreamArn()
The ARN of the latest stream for the table.
|
String |
latestStreamLabel()
The label of the latest stream.
|
List<AwsDynamoDbTableLocalSecondaryIndex> |
localSecondaryIndexes()
The list of local secondary indexes for the table.
|
AwsDynamoDbTableProvisionedThroughput |
provisionedThroughput()
Information about the provisioned throughput for the table.
|
List<AwsDynamoDbTableReplica> |
replicas()
The list of replicas of this table.
|
AwsDynamoDbTableRestoreSummary |
restoreSummary()
Information about the restore for the table.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AwsDynamoDbTableDetails.Builder> |
serializableBuilderClass() |
AwsDynamoDbTableSseDescription |
sseDescription()
Information about the server-side encryption for the table.
|
AwsDynamoDbTableStreamSpecification |
streamSpecification()
The current DynamoDB Streams configuration for the table.
|
String |
tableId()
The identifier of the table.
|
String |
tableName()
The name of the table.
|
Long |
tableSizeBytes()
The total size of the table in bytes.
|
String |
tableStatus()
The current status of the table.
|
AwsDynamoDbTableDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final boolean hasAttributeDefinitions()
public final List<AwsDynamoDbTableAttributeDefinition> attributeDefinitions()
A list of attribute definitions for the table.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasAttributeDefinitions() to see if a value was sent in this field.
public final AwsDynamoDbTableBillingModeSummary billingModeSummary()
Information about the billing for read/write capacity on the table.
public final String creationDateTime()
Indicates when the table was created.
Uses the date-time format specified in RFC
3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example,
2020-03-22T13:22:13.933Z.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time
Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
public final boolean hasGlobalSecondaryIndexes()
public final List<AwsDynamoDbTableGlobalSecondaryIndex> globalSecondaryIndexes()
List of global secondary indexes for the table.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasGlobalSecondaryIndexes() to see if a value was sent in this field.
public final String globalTableVersion()
The version of global tables being used.
public final Integer itemCount()
The number of items in the table.
public final boolean hasKeySchema()
public final List<AwsDynamoDbTableKeySchema> keySchema()
The primary key structure for the table.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasKeySchema() to see if a value was sent in this field.
public final String latestStreamArn()
The ARN of the latest stream for the table.
public final String latestStreamLabel()
The label of the latest stream. The label is not a unique identifier.
public final boolean hasLocalSecondaryIndexes()
public final List<AwsDynamoDbTableLocalSecondaryIndex> localSecondaryIndexes()
The list of local secondary indexes for the table.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasLocalSecondaryIndexes() to see if a value was sent in this field.
public final AwsDynamoDbTableProvisionedThroughput provisionedThroughput()
Information about the provisioned throughput for the table.
public final boolean hasReplicas()
public final List<AwsDynamoDbTableReplica> replicas()
The list of replicas of this table.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasReplicas() to see if a value was sent in this field.
public final AwsDynamoDbTableRestoreSummary restoreSummary()
Information about the restore for the table.
public final AwsDynamoDbTableSseDescription sseDescription()
Information about the server-side encryption for the table.
public final AwsDynamoDbTableStreamSpecification streamSpecification()
The current DynamoDB Streams configuration for the table.
public final String tableId()
The identifier of the table.
public final String tableName()
The name of the table.
public final Long tableSizeBytes()
The total size of the table in bytes.
public final String tableStatus()
The current status of the table.
public AwsDynamoDbTableDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AwsDynamoDbTableDetails.Builder,AwsDynamoDbTableDetails>public static AwsDynamoDbTableDetails.Builder builder()
public static Class<? extends AwsDynamoDbTableDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.