Interface ListStepsResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<ListStepsResponse.Builder,ListStepsResponse>, EmrResponse.Builder, SdkBuilder<ListStepsResponse.Builder,ListStepsResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
ListStepsResponse

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

    • 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

      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

      The filtered list of steps for the cluster.

      This is a convenience method that creates an instance of the StepSummary.Builder avoiding the need to create one manually via StepSummary.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to steps(List<StepSummary>).

      Parameters:
      steps - a consumer that will call methods on StepSummary.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.