public static interface ListSupportedInstanceTypesRequest.Builder extends EmrRequest.Builder, SdkPojo, CopyableBuilder<ListSupportedInstanceTypesRequest.Builder,ListSupportedInstanceTypesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListSupportedInstanceTypesRequest.Builder |
marker(String marker)
The pagination token that marks the next set of results to retrieve.
|
ListSupportedInstanceTypesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListSupportedInstanceTypesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListSupportedInstanceTypesRequest.Builder |
releaseLabel(String releaseLabel)
The Amazon EMR release label determines the versions of
open-source application packages that Amazon EMR has installed on the cluster.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSupportedInstanceTypesRequest.Builder releaseLabel(String releaseLabel)
The Amazon EMR release label determines the versions of
open-source application packages that Amazon EMR has installed on the cluster. Release labels are in the
format emr-x.x.x, where x.x.x is an Amazon EMR release number such as emr-6.10.0.
For more information about Amazon EMR releases and their included application versions and features, see the
Amazon EMR
Release Guide .
releaseLabel - The Amazon EMR release label determines the versions
of open-source application packages that Amazon EMR has installed on the cluster. Release labels
are in the format emr-x.x.x, where x.x.x is an Amazon EMR release number such as
emr-6.10.0. For more information about Amazon EMR releases and their included application
versions and features, see the Amazon EMR
Release Guide .ListSupportedInstanceTypesRequest.Builder marker(String marker)
The pagination token that marks the next set of results to retrieve.
marker - The pagination token that marks the next set of results to retrieve.ListSupportedInstanceTypesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListSupportedInstanceTypesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.