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 maximum number of steps that a single
ListSteps action returns is 50. |
ListStepsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListStepsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListStepsRequest.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 maximum number of steps that a single ListSteps action returns is 50. To return a longer
list of steps, use multiple ListSteps actions along with the Marker parameter,
which is a pagination token that indicates the next set of results to retrieve.
marker - The maximum number of steps that a single ListSteps action returns is 50. To return a
longer list of steps, use multiple ListSteps actions along with the Marker
parameter, which is a pagination token that indicates the next set of results to retrieve.ListStepsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListStepsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.