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 . |
copy
apply, build
BatchReadException.Builder type(String type)
A type of exception, such as InvalidArnException
.
type
- A type of exception, such as InvalidArnException
.BatchReadExceptionType
BatchReadException.Builder type(BatchReadExceptionType type)
A type of exception, such as InvalidArnException
.
type
- A type of exception, such as InvalidArnException
.BatchReadExceptionType
BatchReadException.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.