Interface ListStepsResponse.Builder

    • Method Detail

      • steps

        ListStepsResponse.Builder steps​(Collection<StepSummary> steps)

        The filtered list of steps for the cluster.

        Parameters:
        steps - The filtered list of steps for the cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • steps

        ListStepsResponse.Builder steps​(StepSummary... steps)

        The filtered list of steps for the cluster.

        Parameters:
        steps - The filtered list of steps for the cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • marker

        ListStepsResponse.Builder marker​(String marker)

        The maximum number of steps that a single ListSteps action returns is 50. To return a longer list of steps, use multiple ListSteps actions along with the Marker parameter, which is a pagination token that indicates the next set of results to retrieve.

        Parameters:
        marker - The maximum number of steps that a single ListSteps action returns is 50. To return a longer list of steps, use multiple ListSteps actions along with the Marker parameter, which is a pagination token that indicates the next set of results to retrieve.
        Returns:
        Returns a reference to this object so that method calls can be chained together.