public static interface ListStepsResponse.Builder extends EMRResponse.Builder, CopyableBuilder<ListStepsResponse.Builder,ListStepsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListStepsResponse.Builder |
marker(String marker)
The pagination token that indicates the next set of results to retrieve.
|
ListStepsResponse.Builder |
steps(Collection<StepSummary> steps)
The filtered list of steps for the cluster.
|
ListStepsResponse.Builder |
steps(Consumer<StepSummary.Builder>... steps)
The filtered list of steps for the cluster.
|
ListStepsResponse.Builder |
steps(StepSummary... steps)
The filtered list of steps for the cluster.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildListStepsResponse.Builder steps(Collection<StepSummary> steps)
The filtered list of steps for the cluster.
steps - The filtered list of steps for the cluster.ListStepsResponse.Builder steps(StepSummary... steps)
The filtered list of steps for the cluster.
steps - The filtered list of steps for the cluster.ListStepsResponse.Builder steps(Consumer<StepSummary.Builder>... steps)
The filtered list of steps for the cluster.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #steps(List) .steps - a consumer that will call methods on List.Builder #steps(List) ListStepsResponse.Builder marker(String marker)
The pagination token that indicates the next set of results to retrieve.
marker - The pagination token that indicates the next set of results to retrieve.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.