Interface CapacityTaskFailure.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CapacityTaskFailure.Builder,CapacityTaskFailure>,SdkBuilder<CapacityTaskFailure.Builder,CapacityTaskFailure>,SdkPojo
- Enclosing class:
- CapacityTaskFailure
public static interface CapacityTaskFailure.Builder extends SdkPojo, CopyableBuilder<CapacityTaskFailure.Builder,CapacityTaskFailure>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CapacityTaskFailure.Builderreason(String reason)The reason that the specified capacity task failed.CapacityTaskFailure.Buildertype(String type)The type of failure.CapacityTaskFailure.Buildertype(CapacityTaskFailureType type)The type of failure.-
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
-
reason
CapacityTaskFailure.Builder reason(String reason)
The reason that the specified capacity task failed.
- Parameters:
reason- The reason that the specified capacity task failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
CapacityTaskFailure.Builder type(String type)
The type of failure.
- Parameters:
type- The type of failure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CapacityTaskFailureType,CapacityTaskFailureType
-
type
CapacityTaskFailure.Builder type(CapacityTaskFailureType type)
The type of failure.
- Parameters:
type- The type of failure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CapacityTaskFailureType,CapacityTaskFailureType
-
-