CopyableBuilder<BatchReadOperationResponse.Builder,BatchReadOperationResponse>, SdkBuilder<BatchReadOperationResponse.Builder,BatchReadOperationResponse>public static interface BatchReadOperationResponse.Builder extends CopyableBuilder<BatchReadOperationResponse.Builder,BatchReadOperationResponse>
| Modifier and Type | Method | Description |
|---|---|---|
BatchReadOperationResponse.Builder |
exceptionResponse(BatchReadException exceptionResponse) |
Identifies which operation in a batch has failed.
|
BatchReadOperationResponse.Builder |
successfulResponse(BatchReadSuccessfulResponse successfulResponse) |
Identifies which operation in a batch has succeeded.
|
copyapply, buildBatchReadOperationResponse.Builder successfulResponse(BatchReadSuccessfulResponse successfulResponse)
Identifies which operation in a batch has succeeded.
successfulResponse - Identifies which operation in a batch has succeeded.BatchReadOperationResponse.Builder exceptionResponse(BatchReadException exceptionResponse)
Identifies which operation in a batch has failed.
exceptionResponse - Identifies which operation in a batch has failed.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.