@Stability(value=External) public static final class CfnSimpleTableProps.Builder extends Object
CfnSimpleTableProps| Constructor and Description |
|---|
Builder() |
@Stability(value=External) public CfnSimpleTableProps.Builder primaryKey(IResolvable primaryKey)
primaryKey - `AWS::Serverless::SimpleTable.PrimaryKey`.this@Stability(value=External) public CfnSimpleTableProps.Builder primaryKey(CfnSimpleTable.PrimaryKeyProperty primaryKey)
primaryKey - `AWS::Serverless::SimpleTable.PrimaryKey`.this@Stability(value=External) public CfnSimpleTableProps.Builder provisionedThroughput(IResolvable provisionedThroughput)
provisionedThroughput - `AWS::Serverless::SimpleTable.ProvisionedThroughput`.this@Stability(value=External) public CfnSimpleTableProps.Builder provisionedThroughput(CfnSimpleTable.ProvisionedThroughputProperty provisionedThroughput)
provisionedThroughput - `AWS::Serverless::SimpleTable.ProvisionedThroughput`.this@Stability(value=External) public CfnSimpleTableProps.Builder sseSpecification(IResolvable sseSpecification)
sseSpecification - `AWS::Serverless::SimpleTable.SSESpecification`.this@Stability(value=External) public CfnSimpleTableProps.Builder sseSpecification(CfnSimpleTable.SSESpecificationProperty sseSpecification)
sseSpecification - `AWS::Serverless::SimpleTable.SSESpecification`.this@Stability(value=External) public CfnSimpleTableProps.Builder tableName(String tableName)
tableName - `AWS::Serverless::SimpleTable.TableName`.this@Stability(value=External) public CfnSimpleTableProps.Builder tags(Map<String,String> tags)
tags - `AWS::Serverless::SimpleTable.Tags`.this@Stability(value=External) public CfnSimpleTableProps build()
CfnSimpleTablePropsNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.