CopyableBuilder<BatchReadException.Builder,BatchReadException>, SdkBuilder<BatchReadException.Builder,BatchReadException>public static interface BatchReadException.Builder extends CopyableBuilder<BatchReadException.Builder,BatchReadException>
| Modifier and Type | Method | Description |
|---|---|---|
BatchReadException.Builder |
message(String message) |
An exception message that is associated with the failure.
|
BatchReadException.Builder |
type(String type) |
A type of exception, such as
InvalidArnException. |
BatchReadException.Builder |
type(BatchReadExceptionType type) |
A type of exception, such as
InvalidArnException. |
copyapply, buildBatchReadException.Builder type(String type)
A type of exception, such as InvalidArnException.
type - A type of exception, such as InvalidArnException.BatchReadExceptionTypeBatchReadException.Builder type(BatchReadExceptionType type)
A type of exception, such as InvalidArnException.
type - A type of exception, such as InvalidArnException.BatchReadExceptionTypeBatchReadException.Builder message(String message)
An exception message that is associated with the failure.
message - An exception message that is associated with the failure.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.