Interface CancelStepsInfo.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<CancelStepsInfo.Builder,,- CancelStepsInfo> - SdkBuilder<CancelStepsInfo.Builder,,- CancelStepsInfo> - SdkPojo
- Enclosing class:
- CancelStepsInfo
@Mutable
@NotThreadSafe
public static interface CancelStepsInfo.Builder
extends SdkPojo, CopyableBuilder<CancelStepsInfo.Builder,CancelStepsInfo> 
- 
Method SummaryModifier and TypeMethodDescriptionThe reason for the failure if the CancelSteps request fails.The status of a CancelSteps Request.status(CancelStepsRequestStatus status) The status of a CancelSteps Request.The encrypted StepId of a step.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
stepIdThe encrypted StepId of a step. - Parameters:
- stepId- The encrypted StepId of a step.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statusThe status of a CancelSteps Request. The value may be SUBMITTED or FAILED. - Parameters:
- status- The status of a CancelSteps Request. The value may be SUBMITTED or FAILED.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusThe status of a CancelSteps Request. The value may be SUBMITTED or FAILED. - Parameters:
- status- The status of a CancelSteps Request. The value may be SUBMITTED or FAILED.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
reasonThe reason for the failure if the CancelSteps request fails. - Parameters:
- reason- The reason for the failure if the CancelSteps request fails.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-