public static interface ListStepsResponse.Builder extends EmrResponse.Builder, SdkPojo, CopyableBuilder<ListStepsResponse.Builder,ListStepsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListStepsResponse.Builder |
marker(String marker)
The maximum number of steps that a single
ListSteps action returns is 50. |
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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method that creates an instance of theStepSummary.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.
steps - a consumer that will call methods on
StepSummary.Builder#steps(java.util.Collection) 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.
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.Copyright © 2022. All rights reserved.