Interface StatusException.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<StatusException.Builder,,StatusException> SdkBuilder<StatusException.Builder,,StatusException> SdkPojo
- Enclosing class:
StatusException
@Mutable
@NotThreadSafe
public static interface StatusException.Builder
extends SdkPojo, CopyableBuilder<StatusException.Builder,StatusException>
-
Method Summary
Modifier and TypeMethodDescriptionThe exception.The error message.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
exception
The exception.
- Parameters:
exception- The exception.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
The error message.
- Parameters:
message- The error message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-