| Package | Description |
|---|---|
| com.amazonaws.services.elasticmapreduce.model |
| Modifier and Type | Method and Description |
|---|---|
SupportedInstanceType |
SupportedInstanceType.clone() |
SupportedInstanceType |
SupportedInstanceType.withArchitecture(String architecture)
The CPU architecture, for example
X86_64 or AARCH64. |
SupportedInstanceType |
SupportedInstanceType.withEbsOptimizedAvailable(Boolean ebsOptimizedAvailable)
Indicates whether the
SupportedInstanceType supports Amazon EBS optimization. |
SupportedInstanceType |
SupportedInstanceType.withEbsOptimizedByDefault(Boolean ebsOptimizedByDefault)
Indicates whether the
SupportedInstanceType uses Amazon EBS optimization by default. |
SupportedInstanceType |
SupportedInstanceType.withEbsStorageOnly(Boolean ebsStorageOnly)
Indicates whether the
SupportedInstanceType only supports Amazon EBS. |
SupportedInstanceType |
SupportedInstanceType.withInstanceFamilyId(String instanceFamilyId)
The Amazon EC2 family and generation for the
SupportedInstanceType. |
SupportedInstanceType |
SupportedInstanceType.withIs64BitsOnly(Boolean is64BitsOnly)
Indicates whether the
SupportedInstanceType only supports 64-bit architecture. |
SupportedInstanceType |
SupportedInstanceType.withMemoryGB(Float memoryGB)
The amount of memory that is available to Amazon EMR from the
SupportedInstanceType. |
SupportedInstanceType |
SupportedInstanceType.withNumberOfDisks(Integer numberOfDisks)
Number of disks for the
SupportedInstanceType. |
SupportedInstanceType |
SupportedInstanceType.withStorageGB(Integer storageGB)
StorageGB represents the storage capacity of the SupportedInstanceType. |
SupportedInstanceType |
SupportedInstanceType.withType(String type)
|
SupportedInstanceType |
SupportedInstanceType.withVCPU(Integer vCPU)
The number of vCPUs available for the
SupportedInstanceType. |
| Modifier and Type | Method and Description |
|---|---|
List<SupportedInstanceType> |
ListSupportedInstanceTypesResult.getSupportedInstanceTypes()
The list of instance types that the release specified in
ListSupportedInstanceTypesInput$ReleaseLabel supports, filtered by Amazon Web Services Region. |
| Modifier and Type | Method and Description |
|---|---|
ListSupportedInstanceTypesResult |
ListSupportedInstanceTypesResult.withSupportedInstanceTypes(SupportedInstanceType... supportedInstanceTypes)
The list of instance types that the release specified in
ListSupportedInstanceTypesInput$ReleaseLabel supports, filtered by Amazon Web Services Region. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListSupportedInstanceTypesResult.setSupportedInstanceTypes(Collection<SupportedInstanceType> supportedInstanceTypes)
The list of instance types that the release specified in
ListSupportedInstanceTypesInput$ReleaseLabel supports, filtered by Amazon Web Services Region. |
ListSupportedInstanceTypesResult |
ListSupportedInstanceTypesResult.withSupportedInstanceTypes(Collection<SupportedInstanceType> supportedInstanceTypes)
The list of instance types that the release specified in
ListSupportedInstanceTypesInput$ReleaseLabel supports, filtered by Amazon Web Services Region. |
Copyright © 2025. All rights reserved.