| Modifier and Type | Method and Description |
|---|---|
static CfnSimpleTableProps.Builder |
CfnSimpleTableProps.builder() |
CfnSimpleTableProps.Builder |
CfnSimpleTableProps.Builder.withPrimaryKey(CfnSimpleTable.PrimaryKeyProperty value)
Sets the value of PrimaryKey
|
CfnSimpleTableProps.Builder |
CfnSimpleTableProps.Builder.withPrimaryKey(software.amazon.awscdk.core.IResolvable value)
Sets the value of PrimaryKey
|
CfnSimpleTableProps.Builder |
CfnSimpleTableProps.Builder.withProvisionedThroughput(CfnSimpleTable.ProvisionedThroughputProperty value)
Sets the value of ProvisionedThroughput
|
CfnSimpleTableProps.Builder |
CfnSimpleTableProps.Builder.withProvisionedThroughput(software.amazon.awscdk.core.IResolvable value)
Sets the value of ProvisionedThroughput
|
CfnSimpleTableProps.Builder |
CfnSimpleTableProps.Builder.withSseSpecification(CfnSimpleTable.SSESpecificationProperty value)
Sets the value of SseSpecification
|
CfnSimpleTableProps.Builder |
CfnSimpleTableProps.Builder.withSseSpecification(software.amazon.awscdk.core.IResolvable value)
Sets the value of SseSpecification
|
CfnSimpleTableProps.Builder |
CfnSimpleTableProps.Builder.withTableName(String value)
Sets the value of TableName
|
CfnSimpleTableProps.Builder |
CfnSimpleTableProps.Builder.withTags(Map<String,String> value)
Sets the value of Tags
|
Copyright © 2019. All rights reserved.