Interface ActError.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ActError.Builder,,ActError> SdkBuilder<ActError.Builder,,ActError> SdkPojo
- Enclosing class:
ActError
@Mutable
@NotThreadSafe
public static interface ActError.Builder
extends SdkPojo, CopyableBuilder<ActError.Builder,ActError>
-
Method Summary
Modifier and TypeMethodDescriptionA human-readable description of the error that occurred.The type or category of error that occurred.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
-
message
A human-readable description of the error that occurred.
- Parameters:
message- A human-readable description of the error that occurred.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type or category of error that occurred.
- Parameters:
type- The type or category of error that occurred.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-