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