@Stability(value=Stable) public static final class CfnSimpleTable.Builder extends Object implements software.amazon.jsii.Builder<CfnSimpleTable>
CfnSimpleTable.| Modifier and Type | Method and Description |
|---|---|
CfnSimpleTable |
build() |
static CfnSimpleTable.Builder |
create(Construct scope,
String id) |
CfnSimpleTable.Builder |
primaryKey(CfnSimpleTable.PrimaryKeyProperty primaryKey)
`AWS::Serverless::SimpleTable.PrimaryKey`.
|
CfnSimpleTable.Builder |
primaryKey(IResolvable primaryKey)
`AWS::Serverless::SimpleTable.PrimaryKey`.
|
CfnSimpleTable.Builder |
provisionedThroughput(CfnSimpleTable.ProvisionedThroughputProperty provisionedThroughput)
`AWS::Serverless::SimpleTable.ProvisionedThroughput`.
|
CfnSimpleTable.Builder |
provisionedThroughput(IResolvable provisionedThroughput)
`AWS::Serverless::SimpleTable.ProvisionedThroughput`.
|
CfnSimpleTable.Builder |
sseSpecification(CfnSimpleTable.SSESpecificationProperty sseSpecification)
`AWS::Serverless::SimpleTable.SSESpecification`.
|
CfnSimpleTable.Builder |
sseSpecification(IResolvable sseSpecification)
`AWS::Serverless::SimpleTable.SSESpecification`.
|
CfnSimpleTable.Builder |
tableName(String tableName)
`AWS::Serverless::SimpleTable.TableName`.
|
CfnSimpleTable.Builder |
tags(Map<String,String> tags)
`AWS::Serverless::SimpleTable.Tags`.
|
@Stability(value=Stable) public static CfnSimpleTable.Builder create(Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnSimpleTable.PrimaryKeyProperty.Builder.@Stability(value=Stable) public CfnSimpleTable.Builder primaryKey(IResolvable primaryKey)
primaryKey - `AWS::Serverless::SimpleTable.PrimaryKey`. This parameter is required.this@Stability(value=Stable) public CfnSimpleTable.Builder primaryKey(CfnSimpleTable.PrimaryKeyProperty primaryKey)
primaryKey - `AWS::Serverless::SimpleTable.PrimaryKey`. This parameter is required.this@Stability(value=Stable) public CfnSimpleTable.Builder provisionedThroughput(IResolvable provisionedThroughput)
provisionedThroughput - `AWS::Serverless::SimpleTable.ProvisionedThroughput`. This parameter is required.this@Stability(value=Stable) public CfnSimpleTable.Builder provisionedThroughput(CfnSimpleTable.ProvisionedThroughputProperty provisionedThroughput)
provisionedThroughput - `AWS::Serverless::SimpleTable.ProvisionedThroughput`. This parameter is required.this@Stability(value=Stable) public CfnSimpleTable.Builder sseSpecification(IResolvable sseSpecification)
sseSpecification - `AWS::Serverless::SimpleTable.SSESpecification`. This parameter is required.this@Stability(value=Stable) public CfnSimpleTable.Builder sseSpecification(CfnSimpleTable.SSESpecificationProperty sseSpecification)
sseSpecification - `AWS::Serverless::SimpleTable.SSESpecification`. This parameter is required.this@Stability(value=Stable) public CfnSimpleTable.Builder tableName(String tableName)
tableName - `AWS::Serverless::SimpleTable.TableName`. This parameter is required.this@Stability(value=Stable) public CfnSimpleTable.Builder tags(Map<String,String> tags)
tags - `AWS::Serverless::SimpleTable.Tags`. This parameter is required.this@Stability(value=Stable) public CfnSimpleTable build()
build in interface software.amazon.jsii.Builder<CfnSimpleTable>Copyright © 2022. All rights reserved.