public static interface ListStepsRequest.Builder extends EmrRequest.Builder, CopyableBuilder<ListStepsRequest.Builder,ListStepsRequest>
Modifier and Type | Method and Description |
---|---|
ListStepsRequest.Builder |
clusterId(String clusterId)
The identifier of the cluster for which to list the steps.
|
ListStepsRequest.Builder |
marker(String marker)
The pagination token that indicates the next set of results to retrieve.
|
ListStepsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListStepsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
ListStepsRequest.Builder |
stepIds(Collection<String> stepIds)
The filter to limit the step list based on the identifier of the steps.
|
ListStepsRequest.Builder |
stepIds(String... stepIds)
The filter to limit the step list based on the identifier of the steps.
|
ListStepsRequest.Builder |
stepStates(Collection<StepState> stepStates)
The filter to limit the step list based on certain states.
|
ListStepsRequest.Builder |
stepStates(StepState... stepStates)
The filter to limit the step list based on certain states.
|
ListStepsRequest.Builder |
stepStatesWithStrings(Collection<String> stepStates)
The filter to limit the step list based on certain states.
|
ListStepsRequest.Builder |
stepStatesWithStrings(String... stepStates)
The filter to limit the step list based on certain states.
|
build
overrideConfiguration
copy
applyMutation, build
ListStepsRequest.Builder clusterId(String clusterId)
The identifier of the cluster for which to list the steps.
clusterId
- The identifier of the cluster for which to list the steps.ListStepsRequest.Builder stepStatesWithStrings(Collection<String> stepStates)
The filter to limit the step list based on certain states.
stepStates
- The filter to limit the step list based on certain states.ListStepsRequest.Builder stepStatesWithStrings(String... stepStates)
The filter to limit the step list based on certain states.
stepStates
- The filter to limit the step list based on certain states.ListStepsRequest.Builder stepStates(Collection<StepState> stepStates)
The filter to limit the step list based on certain states.
stepStates
- The filter to limit the step list based on certain states.ListStepsRequest.Builder stepStates(StepState... stepStates)
The filter to limit the step list based on certain states.
stepStates
- The filter to limit the step list based on certain states.ListStepsRequest.Builder stepIds(Collection<String> stepIds)
The filter to limit the step list based on the identifier of the steps.
stepIds
- The filter to limit the step list based on the identifier of the steps.ListStepsRequest.Builder stepIds(String... stepIds)
The filter to limit the step list based on the identifier of the steps.
stepIds
- The filter to limit the step list based on the identifier of the steps.ListStepsRequest.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.ListStepsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListStepsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.