Interface CancelStepsInfo.Builder

    • Method Detail

      • stepId

        CancelStepsInfo.Builder stepId​(String 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.
      • reason

        CancelStepsInfo.Builder reason​(String 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.