static GlobalSecondaryIndexInfo.Builder |
GlobalSecondaryIndexInfo.builder() |
|
GlobalSecondaryIndexInfo.Builder |
GlobalSecondaryIndexInfo.Builder.indexName(String indexName) |
The name of the global secondary index.
|
GlobalSecondaryIndexInfo.Builder |
GlobalSecondaryIndexInfo.Builder.keySchema(Collection<KeySchemaElement> keySchema) |
The complete key schema for a global secondary index, which consists of one or more pairs of attribute names
and key types:
|
GlobalSecondaryIndexInfo.Builder |
GlobalSecondaryIndexInfo.Builder.keySchema(Consumer<KeySchemaElement.Builder>... keySchema) |
The complete key schema for a global secondary index, which consists of one or more pairs of attribute names
and key types:
|
GlobalSecondaryIndexInfo.Builder |
GlobalSecondaryIndexInfo.Builder.keySchema(KeySchemaElement... keySchema) |
The complete key schema for a global secondary index, which consists of one or more pairs of attribute names
and key types:
|
default GlobalSecondaryIndexInfo.Builder |
GlobalSecondaryIndexInfo.Builder.onDemandThroughput(Consumer<OnDemandThroughput.Builder> onDemandThroughput) |
Sets the value of the OnDemandThroughput property for this object.
|
GlobalSecondaryIndexInfo.Builder |
GlobalSecondaryIndexInfo.Builder.onDemandThroughput(OnDemandThroughput onDemandThroughput) |
Sets the value of the OnDemandThroughput property for this object.
|
default GlobalSecondaryIndexInfo.Builder |
GlobalSecondaryIndexInfo.Builder.projection(Consumer<Projection.Builder> projection) |
Represents attributes that are copied (projected) from the table into the global secondary index.
|
GlobalSecondaryIndexInfo.Builder |
GlobalSecondaryIndexInfo.Builder.projection(Projection projection) |
Represents attributes that are copied (projected) from the table into the global secondary index.
|
default GlobalSecondaryIndexInfo.Builder |
GlobalSecondaryIndexInfo.Builder.provisionedThroughput(Consumer<ProvisionedThroughput.Builder> provisionedThroughput) |
Represents the provisioned throughput settings for the specified global secondary index.
|
GlobalSecondaryIndexInfo.Builder |
GlobalSecondaryIndexInfo.Builder.provisionedThroughput(ProvisionedThroughput provisionedThroughput) |
Represents the provisioned throughput settings for the specified global secondary index.
|
GlobalSecondaryIndexInfo.Builder |
GlobalSecondaryIndexInfo.toBuilder() |
|