Interface ListStepsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListStepsRequest.Builder,ListStepsRequest>,EmrRequest.Builder,SdkBuilder<ListStepsRequest.Builder,ListStepsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListStepsRequest
public static interface ListStepsRequest.Builder extends EmrRequest.Builder, SdkPojo, CopyableBuilder<ListStepsRequest.Builder,ListStepsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListStepsRequest.BuilderclusterId(String clusterId)The identifier of the cluster for which to list the steps.ListStepsRequest.Buildermarker(String marker)The maximum number of steps that a singleListStepsaction returns is 50.ListStepsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListStepsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListStepsRequest.BuilderstepIds(String... stepIds)The filter to limit the step list based on the identifier of the steps.ListStepsRequest.BuilderstepIds(Collection<String> stepIds)The filter to limit the step list based on the identifier of the steps.ListStepsRequest.BuilderstepStates(Collection<StepState> stepStates)The filter to limit the step list based on certain states.ListStepsRequest.BuilderstepStates(StepState... stepStates)The filter to limit the step list based on certain states.ListStepsRequest.BuilderstepStatesWithStrings(String... stepStates)The filter to limit the step list based on certain states.ListStepsRequest.BuilderstepStatesWithStrings(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
clusterId
ListStepsRequest.Builder clusterId(String 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
ListStepsRequest.Builder stepStatesWithStrings(Collection<String> 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.
-
stepStatesWithStrings
ListStepsRequest.Builder stepStatesWithStrings(String... 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
ListStepsRequest.Builder stepStates(Collection<StepState> 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
ListStepsRequest.Builder stepStates(StepState... 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
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.
- 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
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.
- 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
ListStepsRequest.Builder marker(String marker)
The maximum number of steps that a single
ListStepsaction returns is 50. To return a longer list of steps, use multipleListStepsactions along with theMarkerparameter, which is a pagination token that indicates the next set of results to retrieve.- Parameters:
marker- The maximum number of steps that a singleListStepsaction returns is 50. To return a longer list of steps, use multipleListStepsactions along with theMarkerparameter, 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListStepsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-