Interface BatchReadException.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BatchReadException.Builder,BatchReadException>,SdkBuilder<BatchReadException.Builder,BatchReadException>,SdkPojo
- Enclosing class:
- BatchReadException
public static interface BatchReadException.Builder extends SdkPojo, CopyableBuilder<BatchReadException.Builder,BatchReadException>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchReadException.Buildermessage(String message)An exception message that is associated with the failure.BatchReadException.Buildertype(String type)A type of exception, such asInvalidArnException.BatchReadException.Buildertype(BatchReadExceptionType type)A type of exception, such asInvalidArnException.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
type
BatchReadException.Builder type(String type)
A type of exception, such as
InvalidArnException.- Parameters:
type- A type of exception, such asInvalidArnException.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
BatchReadExceptionType,BatchReadExceptionType
-
type
BatchReadException.Builder type(BatchReadExceptionType type)
A type of exception, such as
InvalidArnException.- Parameters:
type- A type of exception, such asInvalidArnException.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
BatchReadExceptionType,BatchReadExceptionType
-
message
BatchReadException.Builder message(String message)
An exception message that is associated with the failure.
- Parameters:
message- An exception message that is associated with the failure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-