@Stability(value=Experimental) public static final class DynamoDBv2PutItemAction.Builder extends Object implements software.amazon.jsii.Builder<DynamoDBv2PutItemAction>
DynamoDBv2PutItemAction.| Modifier and Type | Method and Description |
|---|---|
DynamoDBv2PutItemAction |
build() |
static DynamoDBv2PutItemAction.Builder |
create(ITable table) |
DynamoDBv2PutItemAction.Builder |
role(IRole role)
(experimental) The IAM role that allows access to AWS service.
|
@Stability(value=Experimental) public static DynamoDBv2PutItemAction.Builder create(ITable table)
table - the DynamoDB table in which to put the items. This parameter is required.DynamoDBv2PutItemAction.Builder.@Stability(value=Experimental) public DynamoDBv2PutItemAction.Builder role(IRole role)
Default: a new role will be created
role - The IAM role that allows access to AWS service. This parameter is required.this@Stability(value=Experimental) public DynamoDBv2PutItemAction build()
build in interface software.amazon.jsii.Builder<DynamoDBv2PutItemAction>Copyright © 2023. All rights reserved.