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
Modifier and TypeMethodDescriptionThe reason that the specified capacity task failed.The type of failure.type(CapacityTaskFailureType type) The type of failure.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
- 
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
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:
 
 - 
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:
 
 
 -