@Stability(value=Stable) public static final class CfnGlobalTable.LocalSecondaryIndexProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnGlobalTable.LocalSecondaryIndexProperty>
CfnGlobalTable.LocalSecondaryIndexProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnGlobalTable.LocalSecondaryIndexProperty.Builder indexName(String indexName)
CfnGlobalTable.LocalSecondaryIndexProperty.getIndexName()indexName - `CfnGlobalTable.LocalSecondaryIndexProperty.IndexName`. This parameter is required.this@Stability(value=Stable) public CfnGlobalTable.LocalSecondaryIndexProperty.Builder keySchema(IResolvable keySchema)
CfnGlobalTable.LocalSecondaryIndexProperty.getKeySchema()keySchema - `CfnGlobalTable.LocalSecondaryIndexProperty.KeySchema`. This parameter is required.this@Stability(value=Stable) public CfnGlobalTable.LocalSecondaryIndexProperty.Builder keySchema(List<? extends Object> keySchema)
CfnGlobalTable.LocalSecondaryIndexProperty.getKeySchema()keySchema - `CfnGlobalTable.LocalSecondaryIndexProperty.KeySchema`. This parameter is required.this@Stability(value=Stable) public CfnGlobalTable.LocalSecondaryIndexProperty.Builder projection(CfnGlobalTable.ProjectionProperty projection)
CfnGlobalTable.LocalSecondaryIndexProperty.getProjection()projection - `CfnGlobalTable.LocalSecondaryIndexProperty.Projection`. This parameter is required.this@Stability(value=Stable) public CfnGlobalTable.LocalSecondaryIndexProperty.Builder projection(IResolvable projection)
CfnGlobalTable.LocalSecondaryIndexProperty.getProjection()projection - `CfnGlobalTable.LocalSecondaryIndexProperty.Projection`. This parameter is required.this@Stability(value=Stable) public CfnGlobalTable.LocalSecondaryIndexProperty build()
build in interface software.amazon.jsii.Builder<CfnGlobalTable.LocalSecondaryIndexProperty>CfnGlobalTable.LocalSecondaryIndexPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.