| Modifier and Type | Method and Description |
|---|---|
static GlobalSecondaryIndexProps.Builder |
GlobalSecondaryIndexProps.builder() |
GlobalSecondaryIndexProps.Builder |
GlobalSecondaryIndexProps.Builder.withIndexName(String value)
Sets the value of IndexName
|
GlobalSecondaryIndexProps.Builder |
GlobalSecondaryIndexProps.Builder.withNonKeyAttributes(List<String> value)
Sets the value of NonKeyAttributes
|
GlobalSecondaryIndexProps.Builder |
GlobalSecondaryIndexProps.Builder.withPartitionKey(Attribute value)
Sets the value of PartitionKey
|
GlobalSecondaryIndexProps.Builder |
GlobalSecondaryIndexProps.Builder.withProjectionType(ProjectionType value)
Sets the value of ProjectionType
|
GlobalSecondaryIndexProps.Builder |
GlobalSecondaryIndexProps.Builder.withReadCapacity(Number value)
Sets the value of ReadCapacity
|
GlobalSecondaryIndexProps.Builder |
GlobalSecondaryIndexProps.Builder.withSortKey(Attribute value)
Sets the value of SortKey
|
GlobalSecondaryIndexProps.Builder |
GlobalSecondaryIndexProps.Builder.withWriteCapacity(Number value)
Sets the value of WriteCapacity
|
Copyright © 2019. All rights reserved.