Interface ListSupportedInstanceTypesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListSupportedInstanceTypesRequest.Builder,ListSupportedInstanceTypesRequest>,EmrRequest.Builder,SdkBuilder<ListSupportedInstanceTypesRequest.Builder,ListSupportedInstanceTypesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListSupportedInstanceTypesRequest
public static interface ListSupportedInstanceTypesRequest.Builder extends EmrRequest.Builder, SdkPojo, CopyableBuilder<ListSupportedInstanceTypesRequest.Builder,ListSupportedInstanceTypesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListSupportedInstanceTypesRequest.Buildermarker(String marker)The pagination token that marks the next set of results to retrieve.ListSupportedInstanceTypesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListSupportedInstanceTypesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListSupportedInstanceTypesRequest.BuilderreleaseLabel(String releaseLabel)The Amazon EMR release label determines the versions of open-source application packages that Amazon EMR has installed on the cluster.-
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
-
releaseLabel
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. Release labels are in the format
emr-x.x.x, where x.x.x is an Amazon EMR release number such asemr-6.10.0. For more information about Amazon EMR releases and their included application versions and features, see the Amazon EMR Release Guide .- Parameters:
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 formatemr-x.x.x, where x.x.x is an Amazon EMR release number such asemr-6.10.0. For more information about Amazon EMR releases and their included application versions and features, see the Amazon EMR Release Guide .- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
marker
ListSupportedInstanceTypesRequest.Builder marker(String marker)
The pagination token that marks the next set of results to retrieve.
- Parameters:
marker- The pagination token that marks the next set of results to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListSupportedInstanceTypesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListSupportedInstanceTypesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-