static LocalSecondaryIndexInfo.Builder |
LocalSecondaryIndexInfo.builder() |
|
LocalSecondaryIndexInfo.Builder |
LocalSecondaryIndexInfo.Builder.indexName(String indexName) |
Represents the name of the local secondary index.
|
LocalSecondaryIndexInfo.Builder |
LocalSecondaryIndexInfo.Builder.keySchema(Collection<KeySchemaElement> keySchema) |
The complete key schema for a local secondary index, which consists of one or more pairs of attribute names
and key types:
|
LocalSecondaryIndexInfo.Builder |
LocalSecondaryIndexInfo.Builder.keySchema(Consumer<KeySchemaElement.Builder>... keySchema) |
The complete key schema for a local secondary index, which consists of one or more pairs of attribute names
and key types:
|
LocalSecondaryIndexInfo.Builder |
LocalSecondaryIndexInfo.Builder.keySchema(KeySchemaElement... keySchema) |
The complete key schema for a local secondary index, which consists of one or more pairs of attribute names
and key types:
|
default LocalSecondaryIndexInfo.Builder |
LocalSecondaryIndexInfo.Builder.projection(Consumer<Projection.Builder> projection) |
Represents attributes that are copied (projected) from the table into the global secondary index.
|
LocalSecondaryIndexInfo.Builder |
LocalSecondaryIndexInfo.Builder.projection(Projection projection) |
Represents attributes that are copied (projected) from the table into the global secondary index.
|
LocalSecondaryIndexInfo.Builder |
LocalSecondaryIndexInfo.toBuilder() |
|