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