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