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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ListStepsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.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<String> stepStates)
The filter to limit the step list based on certain states.
|
ListStepsRequest.Builder |
stepStates(String... stepStates)
The filter to limit the step list based on certain states.
|
build
requestOverrideConfig
copy
apply, 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 stepStates(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 stepStates(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 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.ListStepsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.