| Modifier and Type | Method and Description |
|---|---|
static CfnTable.GlobalSecondaryIndexProperty.Builder |
CfnTable.GlobalSecondaryIndexProperty.builder() |
CfnTable.GlobalSecondaryIndexProperty.Builder |
CfnTable.GlobalSecondaryIndexProperty.Builder.withIndexName(String value)
Sets the value of IndexName
|
CfnTable.GlobalSecondaryIndexProperty.Builder |
CfnTable.GlobalSecondaryIndexProperty.Builder.withKeySchema(software.amazon.awscdk.IResolvable value)
Sets the value of KeySchema
|
CfnTable.GlobalSecondaryIndexProperty.Builder |
CfnTable.GlobalSecondaryIndexProperty.Builder.withKeySchema(List<Object> value)
Sets the value of KeySchema
|
CfnTable.GlobalSecondaryIndexProperty.Builder |
CfnTable.GlobalSecondaryIndexProperty.Builder.withProjection(CfnTable.ProjectionProperty value)
Sets the value of Projection
|
CfnTable.GlobalSecondaryIndexProperty.Builder |
CfnTable.GlobalSecondaryIndexProperty.Builder.withProjection(software.amazon.awscdk.IResolvable value)
Sets the value of Projection
|
CfnTable.GlobalSecondaryIndexProperty.Builder |
CfnTable.GlobalSecondaryIndexProperty.Builder.withProvisionedThroughput(CfnTable.ProvisionedThroughputProperty value)
Sets the value of ProvisionedThroughput
|
CfnTable.GlobalSecondaryIndexProperty.Builder |
CfnTable.GlobalSecondaryIndexProperty.Builder.withProvisionedThroughput(software.amazon.awscdk.IResolvable value)
Sets the value of ProvisionedThroughput
|
Copyright © 2019. All rights reserved.