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