Uses of Interface
software.amazon.awssdk.services.emr.model.ListStepsRequest.Builder
-
Packages that use ListStepsRequest.Builder Package Description software.amazon.awssdk.services.emr Amazon EMR is a web service that makes it easier to process large amounts of data efficiently.software.amazon.awssdk.services.emr.model -
-
Uses of ListStepsRequest.Builder in software.amazon.awssdk.services.emr
Method parameters in software.amazon.awssdk.services.emr with type arguments of type ListStepsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListStepsResponse>EmrAsyncClient. listSteps(Consumer<ListStepsRequest.Builder> listStepsRequest)Provides a list of steps for the cluster in reverse order unless you specifystepIdswith the request or filter byStepStates.default ListStepsResponseEmrClient. listSteps(Consumer<ListStepsRequest.Builder> listStepsRequest)Provides a list of steps for the cluster in reverse order unless you specifystepIdswith the request or filter byStepStates.default ListStepsPublisherEmrAsyncClient. listStepsPaginator(Consumer<ListStepsRequest.Builder> listStepsRequest)This is a variant ofEmrAsyncClient.listSteps(software.amazon.awssdk.services.emr.model.ListStepsRequest)operation.default ListStepsIterableEmrClient. listStepsPaginator(Consumer<ListStepsRequest.Builder> listStepsRequest)This is a variant ofEmrClient.listSteps(software.amazon.awssdk.services.emr.model.ListStepsRequest)operation. -
Uses of ListStepsRequest.Builder in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return ListStepsRequest.Builder Modifier and Type Method Description static ListStepsRequest.BuilderListStepsRequest. builder()ListStepsRequest.BuilderListStepsRequest.Builder. clusterId(String clusterId)The identifier of the cluster for which to list the steps.ListStepsRequest.BuilderListStepsRequest.Builder. marker(String marker)The maximum number of steps that a singleListStepsaction returns is 50.ListStepsRequest.BuilderListStepsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListStepsRequest.BuilderListStepsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListStepsRequest.BuilderListStepsRequest.Builder. stepIds(String... stepIds)The filter to limit the step list based on the identifier of the steps.ListStepsRequest.BuilderListStepsRequest.Builder. stepIds(Collection<String> stepIds)The filter to limit the step list based on the identifier of the steps.ListStepsRequest.BuilderListStepsRequest.Builder. stepStates(Collection<StepState> stepStates)The filter to limit the step list based on certain states.ListStepsRequest.BuilderListStepsRequest.Builder. stepStates(StepState... stepStates)The filter to limit the step list based on certain states.ListStepsRequest.BuilderListStepsRequest.Builder. stepStatesWithStrings(String... stepStates)The filter to limit the step list based on certain states.ListStepsRequest.BuilderListStepsRequest.Builder. stepStatesWithStrings(Collection<String> stepStates)The filter to limit the step list based on certain states.ListStepsRequest.BuilderListStepsRequest. toBuilder()Methods in software.amazon.awssdk.services.emr.model that return types with arguments of type ListStepsRequest.Builder Modifier and Type Method Description static Class<? extends ListStepsRequest.Builder>ListStepsRequest. serializableBuilderClass()
-