CopyableBuilder<BatchWriteResponse.Builder,BatchWriteResponse>, SdkBuilder<BatchWriteResponse.Builder,BatchWriteResponse>public static interface BatchWriteResponse.Builder extends CopyableBuilder<BatchWriteResponse.Builder,BatchWriteResponse>
| Modifier and Type | Method | Description |
|---|---|---|
BatchWriteResponse.Builder |
responses(Collection<BatchWriteOperationResponse> responses) |
A list of all the responses for each batch write.
|
BatchWriteResponse.Builder |
responses(BatchWriteOperationResponse... responses) |
A list of all the responses for each batch write.
|
copyapply, buildBatchWriteResponse.Builder responses(Collection<BatchWriteOperationResponse> responses)
A list of all the responses for each batch write.
responses - A list of all the responses for each batch write.BatchWriteResponse.Builder responses(BatchWriteOperationResponse... responses)
A list of all the responses for each batch write.
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 write.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.