Class CreateTableEnhancedRequest
java.lang.Object
software.amazon.awssdk.enhanced.dynamodb.model.CreateTableEnhancedRequest
Defines parameters used to create a DynamoDb table using the createTable() operation (such as
DynamoDbTable.createTable(CreateTableEnhancedRequest)
or
DynamoDbAsyncTable.createTable(CreateTableEnhancedRequest)
).
All parameters are optional.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
A builder that is used to create a request with the desired parameters. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Creates a newly initialized builder for a request object.boolean
Returns the global secondary index set on this request object, or null if it has not been set.int
hashCode()
Returns the local secondary index set on this request object, or null if it has not been set.Returns the provisioned throughput value set on this request object, or null if it has not been set.Returns the stream specification value set on this request object, or null if it has not been set.Returns a builder initialized with all existing values on the request object.
-
Method Details
-
builder
Creates a newly initialized builder for a request object. -
toBuilder
Returns a builder initialized with all existing values on the request object. -
provisionedThroughput
Returns the provisioned throughput value set on this request object, or null if it has not been set. -
streamSpecification
Returns the stream specification value set on this request object, or null if it has not been set. -
localSecondaryIndices
Returns the local secondary index set on this request object, or null if it has not been set. -
globalSecondaryIndices
Returns the global secondary index set on this request object, or null if it has not been set. -
equals
-
hashCode
public int hashCode()
-