public static interface BatchExecuteStatementResponse.Builder extends RdsDataResponse.Builder, SdkPojo, CopyableBuilder<BatchExecuteStatementResponse.Builder,BatchExecuteStatementResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchExecuteStatementResponse.Builder |
updateResults(Collection<UpdateResult> updateResults)
The execution results of each batch entry.
|
BatchExecuteStatementResponse.Builder |
updateResults(Consumer<UpdateResult.Builder>... updateResults)
The execution results of each batch entry.
|
BatchExecuteStatementResponse.Builder |
updateResults(UpdateResult... updateResults)
The execution results of each batch entry.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchExecuteStatementResponse.Builder updateResults(Collection<UpdateResult> updateResults)
The execution results of each batch entry.
updateResults - The execution results of each batch entry.BatchExecuteStatementResponse.Builder updateResults(UpdateResult... updateResults)
The execution results of each batch entry.
updateResults - The execution results of each batch entry.BatchExecuteStatementResponse.Builder updateResults(Consumer<UpdateResult.Builder>... updateResults)
The execution results of each batch entry.
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 #updateResults(List) .updateResults - a consumer that will call methods on List.Builder #updateResults(List) Copyright © 2021. All rights reserved.