public static interface ListStepsRequest.Builder extends EmrRequest.Builder, SdkPojo, 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
equalsBySdkFields, sdkFields
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. You can specify a maximum of ten Step IDs. The character constraint applies to the overall length of the array.
stepIds
- The filter to limit the step list based on the identifier of the steps. You can specify a maximum of
ten Step IDs. The character constraint applies to the overall length of the array.ListStepsRequest.Builder stepIds(String... stepIds)
The filter to limit the step list based on the identifier of the steps. You can specify a maximum of ten Step IDs. The character constraint applies to the overall length of the array.
stepIds
- The filter to limit the step list based on the identifier of the steps. You can specify a maximum of
ten Step IDs. The character constraint applies to the overall length of the array.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.