public static final class CfnSimpleTableProps.Builder extends Object
CfnSimpleTableProps| Constructor and Description |
|---|
Builder() |
public CfnSimpleTableProps.Builder withPrimaryKey(@Nullable software.amazon.awscdk.Token value)
value - `AWS::Serverless::SimpleTable.PrimaryKey`.thispublic CfnSimpleTableProps.Builder withPrimaryKey(@Nullable CfnSimpleTable.PrimaryKeyProperty value)
value - `AWS::Serverless::SimpleTable.PrimaryKey`.thispublic CfnSimpleTableProps.Builder withProvisionedThroughput(@Nullable software.amazon.awscdk.Token value)
value - `AWS::Serverless::SimpleTable.ProvisionedThroughput`.thispublic CfnSimpleTableProps.Builder withProvisionedThroughput(@Nullable CfnSimpleTable.ProvisionedThroughputProperty value)
value - `AWS::Serverless::SimpleTable.ProvisionedThroughput`.thispublic CfnSimpleTableProps.Builder withSseSpecification(@Nullable software.amazon.awscdk.Token value)
value - `AWS::Serverless::SimpleTable.SSESpecification`.thispublic CfnSimpleTableProps.Builder withSseSpecification(@Nullable CfnSimpleTable.SSESpecificationProperty value)
value - `AWS::Serverless::SimpleTable.SSESpecification`.thispublic CfnSimpleTableProps.Builder withTableName(@Nullable String value)
value - `AWS::Serverless::SimpleTable.TableName`.thispublic CfnSimpleTableProps.Builder withTags(@Nullable Map<String,String> value)
value - `AWS::Serverless::SimpleTable.Tags`.thispublic CfnSimpleTableProps build()
CfnSimpleTablePropsNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.