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