static GlobalSecondaryIndexProps.Builder |
GlobalSecondaryIndexProps.builder() |
GlobalSecondaryIndexProps.Builder |
GlobalSecondaryIndexProps.Builder.indexName(String indexName)
|
GlobalSecondaryIndexProps.Builder |
GlobalSecondaryIndexProps.Builder.nonKeyAttributes(List<String> nonKeyAttributes)
|
GlobalSecondaryIndexProps.Builder |
GlobalSecondaryIndexProps.Builder.partitionKey(Attribute partitionKey)
|
GlobalSecondaryIndexProps.Builder |
GlobalSecondaryIndexProps.Builder.projectionType(ProjectionType projectionType)
|
GlobalSecondaryIndexProps.Builder |
GlobalSecondaryIndexProps.Builder.readCapacity(Number readCapacity)
|
GlobalSecondaryIndexProps.Builder |
GlobalSecondaryIndexProps.Builder.sortKey(Attribute sortKey)
|
GlobalSecondaryIndexProps.Builder |
GlobalSecondaryIndexProps.Builder.writeCapacity(Number writeCapacity)
|