Interface DeleteFleetError.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DeleteFleetError.Builder,
,DeleteFleetError> SdkBuilder<DeleteFleetError.Builder,
,DeleteFleetError> SdkPojo
- Enclosing class:
DeleteFleetError
public static interface DeleteFleetError.Builder
extends SdkPojo, CopyableBuilder<DeleteFleetError.Builder,DeleteFleetError>
-
Method Summary
Modifier and TypeMethodDescriptionThe error code.code
(DeleteFleetErrorCode code) The error code.The description for the error code.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 Details
-
code
The error code.
- Parameters:
code
- The error code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
code
The error code.
- Parameters:
code
- The error code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
message
The description for the error code.
- Parameters:
message
- The description for the error code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-