Interface CancelStepsInfo.Builder

All Superinterfaces:
Buildable, CopyableBuilder<CancelStepsInfo.Builder,CancelStepsInfo>, SdkBuilder<CancelStepsInfo.Builder,CancelStepsInfo>, SdkPojo
Enclosing class:
CancelStepsInfo

public static interface CancelStepsInfo.Builder extends SdkPojo, CopyableBuilder<CancelStepsInfo.Builder,CancelStepsInfo>
  • Method Details

    • stepId

      The 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.
    • status

      The 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:
    • status

      The 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:
    • reason

      The 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.