CopyableBuilder<ListStepsResponse.Builder,ListStepsResponse>, SdkBuilder<ListStepsResponse.Builder,ListStepsResponse>public static interface ListStepsResponse.Builder extends CopyableBuilder<ListStepsResponse.Builder,ListStepsResponse>
| Modifier and Type | Method | 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.
|
copyapply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setSteps(java.util.Collection) or #withSteps(java.util.Collection) if you want to override
the existing values.
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.