| Modifier and Type | Method and Description |
|---|---|
static TableOptions.Builder |
TableOptions.builder() |
TableOptions.Builder |
TableOptions.Builder.withBillingMode(BillingMode value)
Sets the value of BillingMode
|
TableOptions.Builder |
TableOptions.Builder.withPartitionKey(Attribute value)
Sets the value of PartitionKey
|
TableOptions.Builder |
TableOptions.Builder.withPointInTimeRecovery(Boolean value)
Sets the value of PointInTimeRecovery
|
TableOptions.Builder |
TableOptions.Builder.withReadCapacity(Number value)
Sets the value of ReadCapacity
|
TableOptions.Builder |
TableOptions.Builder.withServerSideEncryption(Boolean value)
Sets the value of ServerSideEncryption
|
TableOptions.Builder |
TableOptions.Builder.withSortKey(Attribute value)
Sets the value of SortKey
|
TableOptions.Builder |
TableOptions.Builder.withStream(StreamViewType value)
Sets the value of Stream
|
TableOptions.Builder |
TableOptions.Builder.withTimeToLiveAttribute(String value)
Sets the value of TimeToLiveAttribute
|
TableOptions.Builder |
TableOptions.Builder.withWriteCapacity(Number value)
Sets the value of WriteCapacity
|
Copyright © 2019. All rights reserved.