Interface ListStepsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListStepsRequest.Builder,
,ListStepsRequest> EmrRequest.Builder
,SdkBuilder<ListStepsRequest.Builder,
,ListStepsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListStepsRequest
-
Method Summary
Modifier and TypeMethodDescriptionThe identifier of the cluster for which to list the steps.The maximum number of steps that a singleListSteps
action returns is 50.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The filter to limit the step list based on the identifier of the steps.stepIds
(Collection<String> stepIds) The filter to limit the step list based on the identifier of the steps.stepStates
(Collection<StepState> stepStates) The filter to limit the step list based on certain states.stepStates
(StepState... stepStates) The filter to limit the step list based on certain states.stepStatesWithStrings
(String... stepStates) The filter to limit the step list based on certain states.stepStatesWithStrings
(Collection<String> stepStates) The filter to limit the step list based on certain states.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.emr.model.EmrRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
clusterId
The identifier of the cluster for which to list the steps.
- Parameters:
clusterId
- The identifier of the cluster for which to list the steps.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stepStatesWithStrings
The filter to limit the step list based on certain states.
- Parameters:
stepStates
- The filter to limit the step list based on certain states.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stepStatesWithStrings
The filter to limit the step list based on certain states.
- Parameters:
stepStates
- The filter to limit the step list based on certain states.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stepStates
The filter to limit the step list based on certain states.
- Parameters:
stepStates
- The filter to limit the step list based on certain states.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stepStates
The filter to limit the step list based on certain states.
- Parameters:
stepStates
- The filter to limit the step list based on certain states.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
marker
The maximum number of steps that a single
ListSteps
action returns is 50. To return a longer list of steps, use multipleListSteps
actions along with theMarker
parameter, which is a pagination token that indicates the next set of results to retrieve.- Parameters:
marker
- The maximum number of steps that a singleListSteps
action returns is 50. To return a longer list of steps, use multipleListSteps
actions along with theMarker
parameter, which is a pagination token that indicates the next set of results to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListStepsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListStepsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-