Interface CancelStepsResponse.Builder

    • Method Detail

      • cancelStepsInfoList

        CancelStepsResponse.Builder cancelStepsInfoList​(Collection<CancelStepsInfo> cancelStepsInfoList)

        A list of CancelStepsInfo, which shows the status of specified cancel requests for each StepID specified.

        Parameters:
        cancelStepsInfoList - A list of CancelStepsInfo, which shows the status of specified cancel requests for each StepID specified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • cancelStepsInfoList

        CancelStepsResponse.Builder cancelStepsInfoList​(CancelStepsInfo... cancelStepsInfoList)

        A list of CancelStepsInfo, which shows the status of specified cancel requests for each StepID specified.

        Parameters:
        cancelStepsInfoList - A list of CancelStepsInfo, which shows the status of specified cancel requests for each StepID specified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.