public static interface ExecuteTransactionResponse.Builder extends DynamoDbResponse.Builder, SdkPojo, CopyableBuilder<ExecuteTransactionResponse.Builder,ExecuteTransactionResponse>
Modifier and Type | Method and Description |
---|---|
ExecuteTransactionResponse.Builder |
responses(Collection<ItemResponse> responses)
The response to a PartiQL transaction.
|
ExecuteTransactionResponse.Builder |
responses(Consumer<ItemResponse.Builder>... responses)
The response to a PartiQL transaction.
|
ExecuteTransactionResponse.Builder |
responses(ItemResponse... responses)
The response to a PartiQL transaction.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
ExecuteTransactionResponse.Builder responses(Collection<ItemResponse> responses)
The response to a PartiQL transaction.
responses
- The response to a PartiQL transaction.ExecuteTransactionResponse.Builder responses(ItemResponse... responses)
The response to a PartiQL transaction.
responses
- The response to a PartiQL transaction.ExecuteTransactionResponse.Builder responses(Consumer<ItemResponse.Builder>... responses)
The response to a PartiQL transaction.
This is a convenience that creates an instance of theList.Builder
avoiding the need to
create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its
result is passed to #responses(List)
.responses
- a consumer that will call methods on List.Builder
#responses(List)
Copyright © 2021. All rights reserved.