| Modifier and Type | Method and Description |
|---|---|
static CfnTableProps.Builder |
CfnTableProps.builder() |
CfnTableProps.Builder |
CfnTableProps.Builder.withAttributeDefinitions(software.amazon.awscdk.IResolvable value)
Sets the value of AttributeDefinitions
|
CfnTableProps.Builder |
CfnTableProps.Builder.withAttributeDefinitions(List<Object> value)
Sets the value of AttributeDefinitions
|
CfnTableProps.Builder |
CfnTableProps.Builder.withBillingMode(String value)
Sets the value of BillingMode
|
CfnTableProps.Builder |
CfnTableProps.Builder.withGlobalSecondaryIndexes(software.amazon.awscdk.IResolvable value)
Sets the value of GlobalSecondaryIndexes
|
CfnTableProps.Builder |
CfnTableProps.Builder.withGlobalSecondaryIndexes(List<Object> value)
Sets the value of GlobalSecondaryIndexes
|
CfnTableProps.Builder |
CfnTableProps.Builder.withKeySchema(software.amazon.awscdk.IResolvable value)
Sets the value of KeySchema
|
CfnTableProps.Builder |
CfnTableProps.Builder.withKeySchema(List<Object> value)
Sets the value of KeySchema
|
CfnTableProps.Builder |
CfnTableProps.Builder.withLocalSecondaryIndexes(software.amazon.awscdk.IResolvable value)
Sets the value of LocalSecondaryIndexes
|
CfnTableProps.Builder |
CfnTableProps.Builder.withLocalSecondaryIndexes(List<Object> value)
Sets the value of LocalSecondaryIndexes
|
CfnTableProps.Builder |
CfnTableProps.Builder.withPointInTimeRecoverySpecification(CfnTable.PointInTimeRecoverySpecificationProperty value)
Sets the value of PointInTimeRecoverySpecification
|
CfnTableProps.Builder |
CfnTableProps.Builder.withPointInTimeRecoverySpecification(software.amazon.awscdk.IResolvable value)
Sets the value of PointInTimeRecoverySpecification
|
CfnTableProps.Builder |
CfnTableProps.Builder.withProvisionedThroughput(CfnTable.ProvisionedThroughputProperty value)
Sets the value of ProvisionedThroughput
|
CfnTableProps.Builder |
CfnTableProps.Builder.withProvisionedThroughput(software.amazon.awscdk.IResolvable value)
Sets the value of ProvisionedThroughput
|
CfnTableProps.Builder |
CfnTableProps.Builder.withSseSpecification(CfnTable.SSESpecificationProperty value)
Sets the value of SseSpecification
|
CfnTableProps.Builder |
CfnTableProps.Builder.withSseSpecification(software.amazon.awscdk.IResolvable value)
Sets the value of SseSpecification
|
CfnTableProps.Builder |
CfnTableProps.Builder.withStreamSpecification(CfnTable.StreamSpecificationProperty value)
Sets the value of StreamSpecification
|
CfnTableProps.Builder |
CfnTableProps.Builder.withStreamSpecification(software.amazon.awscdk.IResolvable value)
Sets the value of StreamSpecification
|
CfnTableProps.Builder |
CfnTableProps.Builder.withTableName(String value)
Sets the value of TableName
|
CfnTableProps.Builder |
CfnTableProps.Builder.withTags(List<software.amazon.awscdk.CfnTag> value)
Sets the value of Tags
|
CfnTableProps.Builder |
CfnTableProps.Builder.withTimeToLiveSpecification(CfnTable.TimeToLiveSpecificationProperty value)
Sets the value of TimeToLiveSpecification
|
CfnTableProps.Builder |
CfnTableProps.Builder.withTimeToLiveSpecification(software.amazon.awscdk.IResolvable value)
Sets the value of TimeToLiveSpecification
|
Copyright © 2019. All rights reserved.