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 method that creates an instance of theUpdateResult.Builder avoiding the need to create one
manually via UpdateResult.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #updateResults(List.
updateResults - a consumer that will call methods on
UpdateResult.Builder#updateResults(java.util.Collection) Copyright © 2023. All rights reserved.