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