@Stability(value=Experimental) public static final class CfnTable.GlobalSecondaryIndexProperty.Builder extends Object
CfnTable.GlobalSecondaryIndexProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Experimental) public CfnTable.GlobalSecondaryIndexProperty.Builder withIndexName(String value)
value - `CfnTable.GlobalSecondaryIndexProperty.IndexName`.this@Stability(value=Experimental) public CfnTable.GlobalSecondaryIndexProperty.Builder withKeySchema(software.amazon.awscdk.IResolvable value)
value - `CfnTable.GlobalSecondaryIndexProperty.KeySchema`.this@Stability(value=Experimental) public CfnTable.GlobalSecondaryIndexProperty.Builder withKeySchema(List<Object> value)
value - `CfnTable.GlobalSecondaryIndexProperty.KeySchema`.this@Stability(value=Experimental) public CfnTable.GlobalSecondaryIndexProperty.Builder withProjection(software.amazon.awscdk.IResolvable value)
value - `CfnTable.GlobalSecondaryIndexProperty.Projection`.this@Stability(value=Experimental) public CfnTable.GlobalSecondaryIndexProperty.Builder withProjection(CfnTable.ProjectionProperty value)
value - `CfnTable.GlobalSecondaryIndexProperty.Projection`.this@Stability(value=Experimental) public CfnTable.GlobalSecondaryIndexProperty.Builder withProvisionedThroughput(@Nullable software.amazon.awscdk.IResolvable value)
value - `CfnTable.GlobalSecondaryIndexProperty.ProvisionedThroughput`.this@Stability(value=Experimental) public CfnTable.GlobalSecondaryIndexProperty.Builder withProvisionedThroughput(@Nullable CfnTable.ProvisionedThroughputProperty value)
value - `CfnTable.GlobalSecondaryIndexProperty.ProvisionedThroughput`.this@Stability(value=Experimental) public CfnTable.GlobalSecondaryIndexProperty build()
CfnTable.GlobalSecondaryIndexPropertyNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.