static LocalSecondaryIndexDescription.Builder |
LocalSecondaryIndexDescription.builder() |
|
LocalSecondaryIndexDescription.Builder |
LocalSecondaryIndexDescription.Builder.indexArn(String indexArn) |
The Amazon Resource Name (ARN) that uniquely identifies the index.
|
LocalSecondaryIndexDescription.Builder |
LocalSecondaryIndexDescription.Builder.indexName(String indexName) |
Represents the name of the local secondary index.
|
LocalSecondaryIndexDescription.Builder |
LocalSecondaryIndexDescription.Builder.indexSizeBytes(Long indexSizeBytes) |
The total size of the specified index, in bytes.
|
LocalSecondaryIndexDescription.Builder |
LocalSecondaryIndexDescription.Builder.itemCount(Long itemCount) |
The number of items in the specified index.
|
LocalSecondaryIndexDescription.Builder |
LocalSecondaryIndexDescription.Builder.keySchema(Collection<KeySchemaElement> keySchema) |
The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and
key types:
|
LocalSecondaryIndexDescription.Builder |
LocalSecondaryIndexDescription.Builder.keySchema(Consumer<KeySchemaElement.Builder>... keySchema) |
The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and
key types:
|
LocalSecondaryIndexDescription.Builder |
LocalSecondaryIndexDescription.Builder.keySchema(KeySchemaElement... keySchema) |
The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and
key types:
|
default LocalSecondaryIndexDescription.Builder |
LocalSecondaryIndexDescription.Builder.projection(Consumer<Projection.Builder> projection) |
Represents attributes that are copied (projected) from the table into the global secondary index.
|
LocalSecondaryIndexDescription.Builder |
LocalSecondaryIndexDescription.Builder.projection(Projection projection) |
Represents attributes that are copied (projected) from the table into the global secondary index.
|
LocalSecondaryIndexDescription.Builder |
LocalSecondaryIndexDescription.toBuilder() |
|