CopyableBuilder<BatchReadResponse.Builder,BatchReadResponse>
, SdkBuilder<BatchReadResponse.Builder,BatchReadResponse>
public static interface BatchReadResponse.Builder extends CopyableBuilder<BatchReadResponse.Builder,BatchReadResponse>
Modifier and Type | Method | Description |
---|---|---|
BatchReadResponse.Builder |
responses(Collection<BatchReadOperationResponse> responses) |
A list of all the responses for each batch read.
|
BatchReadResponse.Builder |
responses(BatchReadOperationResponse... responses) |
A list of all the responses for each batch read.
|
copy
apply, build
BatchReadResponse.Builder responses(Collection<BatchReadOperationResponse> responses)
A list of all the responses for each batch read.
responses
- A list of all the responses for each batch read.BatchReadResponse.Builder responses(BatchReadOperationResponse... responses)
A list of all the responses for each batch read.
NOTE: This method appends the values to the existing list (if any). Use
#setResponses(java.util.Collection)
or #withResponses(java.util.Collection)
if you want to
override the existing values.
responses
- A list of all the responses for each batch read.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.