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(StepSummary... steps)
The filtered list of steps for the cluster.
|
build
copy
apply, build
ListStepsResponse.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 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.