java.lang.Object
software.amazon.awscdk.services.sam.CfnSimpleTableProps.Builder
-
Constructor Summary
Constructors
-
Method Summary
Builds the configured instance.
primaryKey(software.amazon.awscdk.core.IResolvable primaryKey)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
primaryKey
- Parameters:
primaryKey - `AWS::Serverless::SimpleTable.PrimaryKey`.
- Returns:
this
-
primaryKey
- Parameters:
primaryKey - `AWS::Serverless::SimpleTable.PrimaryKey`.
- Returns:
this
-
provisionedThroughput
@Stability(Stable)
public CfnSimpleTableProps.Builder provisionedThroughput(software.amazon.awscdk.core.IResolvable provisionedThroughput)
- Parameters:
provisionedThroughput - `AWS::Serverless::SimpleTable.ProvisionedThroughput`.
- Returns:
this
-
provisionedThroughput
- Parameters:
provisionedThroughput - `AWS::Serverless::SimpleTable.ProvisionedThroughput`.
- Returns:
this
-
sseSpecification
- Parameters:
sseSpecification - `AWS::Serverless::SimpleTable.SSESpecification`.
- Returns:
this
-
sseSpecification
- Parameters:
sseSpecification - `AWS::Serverless::SimpleTable.SSESpecification`.
- Returns:
this
-
tableName
- Parameters:
tableName - `AWS::Serverless::SimpleTable.TableName`.
- Returns:
this
-
-