Uses of Interface
software.amazon.awssdk.services.emr.model.ListBootstrapActionsRequest.Builder
-
Packages that use ListBootstrapActionsRequest.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 ListBootstrapActionsRequest.Builder in software.amazon.awssdk.services.emr
-
Uses of ListBootstrapActionsRequest.Builder in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return ListBootstrapActionsRequest.Builder Modifier and Type Method Description static ListBootstrapActionsRequest.BuilderListBootstrapActionsRequest. builder()ListBootstrapActionsRequest.BuilderListBootstrapActionsRequest.Builder. clusterId(String clusterId)The cluster identifier for the bootstrap actions to list.ListBootstrapActionsRequest.BuilderListBootstrapActionsRequest.Builder. marker(String marker)The pagination token that indicates the next set of results to retrieve.ListBootstrapActionsRequest.BuilderListBootstrapActionsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListBootstrapActionsRequest.BuilderListBootstrapActionsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListBootstrapActionsRequest.BuilderListBootstrapActionsRequest. toBuilder()Methods in software.amazon.awssdk.services.emr.model that return types with arguments of type ListBootstrapActionsRequest.Builder Modifier and Type Method Description static Class<? extends ListBootstrapActionsRequest.Builder>ListBootstrapActionsRequest. serializableBuilderClass()
-