@Stability(value=Experimental) public static final class CfnTable.LocalSecondaryIndexProperty.Builder extends Object
CfnTable.LocalSecondaryIndexProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnTable.LocalSecondaryIndexProperty |
build()
Builds the configured instance.
|
CfnTable.LocalSecondaryIndexProperty.Builder |
withIndexName(String value)
Sets the value of IndexName
|
CfnTable.LocalSecondaryIndexProperty.Builder |
withKeySchema(software.amazon.awscdk.IResolvable value)
Sets the value of KeySchema
|
CfnTable.LocalSecondaryIndexProperty.Builder |
withKeySchema(List<Object> value)
Sets the value of KeySchema
|
CfnTable.LocalSecondaryIndexProperty.Builder |
withProjection(CfnTable.ProjectionProperty value)
Sets the value of Projection
|
CfnTable.LocalSecondaryIndexProperty.Builder |
withProjection(software.amazon.awscdk.IResolvable value)
Sets the value of Projection
|
@Stability(value=Experimental) public CfnTable.LocalSecondaryIndexProperty.Builder withIndexName(String value)
value - `CfnTable.LocalSecondaryIndexProperty.IndexName`.this@Stability(value=Experimental) public CfnTable.LocalSecondaryIndexProperty.Builder withKeySchema(software.amazon.awscdk.IResolvable value)
value - `CfnTable.LocalSecondaryIndexProperty.KeySchema`.this@Stability(value=Experimental) public CfnTable.LocalSecondaryIndexProperty.Builder withKeySchema(List<Object> value)
value - `CfnTable.LocalSecondaryIndexProperty.KeySchema`.this@Stability(value=Experimental) public CfnTable.LocalSecondaryIndexProperty.Builder withProjection(software.amazon.awscdk.IResolvable value)
value - `CfnTable.LocalSecondaryIndexProperty.Projection`.this@Stability(value=Experimental) public CfnTable.LocalSecondaryIndexProperty.Builder withProjection(CfnTable.ProjectionProperty value)
value - `CfnTable.LocalSecondaryIndexProperty.Projection`.this@Stability(value=Experimental) public CfnTable.LocalSecondaryIndexProperty build()
CfnTable.LocalSecondaryIndexPropertyNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.