public static interface DynamoDBv2Action.Builder extends SdkPojo, CopyableBuilder<DynamoDBv2Action.Builder,DynamoDBv2Action>
| Modifier and Type | Method and Description |
|---|---|
default DynamoDBv2Action.Builder |
payload(Consumer<Payload.Builder> payload)
Sets the value of the Payload property for this object.
|
DynamoDBv2Action.Builder |
payload(Payload payload)
Sets the value of the Payload property for this object.
|
DynamoDBv2Action.Builder |
tableName(String tableName)
The name of the DynamoDB table.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDynamoDBv2Action.Builder tableName(String tableName)
The name of the DynamoDB table.
tableName - The name of the DynamoDB table.DynamoDBv2Action.Builder payload(Payload payload)
payload - The new value for the Payload property for this object.default DynamoDBv2Action.Builder payload(Consumer<Payload.Builder> payload)
Payload.Builder avoiding the need to create one
manually via Payload.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to payload(Payload).payload - a consumer that will call methods on Payload.Builderpayload(Payload)Copyright © 2022. All rights reserved.