public static interface BatchReadResponse.Builder extends CloudDirectoryResponse.Builder, CopyableBuilder<BatchReadResponse.Builder,BatchReadResponse>
Modifier and Type | Method and Description |
---|---|
BatchReadResponse.Builder |
responses(BatchReadOperationResponse... responses)
A list of all the responses for each batch read.
|
BatchReadResponse.Builder |
responses(Collection<BatchReadOperationResponse> responses)
A list of all the responses for each batch read.
|
build
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.
responses
- A list of all the responses for each batch read.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.