public static interface BatchReadException.Builder extends CopyableBuilder<BatchReadException.Builder,BatchReadException>
| Modifier and Type | Method and Description |
|---|---|
BatchReadException.Builder |
message(String message)
An exception message that is associated with the failure.
|
BatchReadException.Builder |
type(BatchReadExceptionType type)
A type of exception, such as
InvalidArnException. |
BatchReadException.Builder |
type(String 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.BatchReadExceptionType,
BatchReadExceptionTypeBatchReadException.Builder type(BatchReadExceptionType type)
A type of exception, such as InvalidArnException.
type - A type of exception, such as InvalidArnException.BatchReadExceptionType,
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.