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