| Package | Description |
|---|---|
| com.amazonaws.services.emrserverless.model |
| Modifier and Type | Method and Description |
|---|---|
WorkerTypeSpecification |
WorkerTypeSpecification.clone() |
WorkerTypeSpecification |
WorkerTypeSpecification.withImageConfiguration(ImageConfiguration imageConfiguration)
The image configuration for a worker type.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,WorkerTypeSpecification> |
Application.getWorkerTypeSpecifications()
The specification applied to each worker type.
|
| Modifier and Type | Method and Description |
|---|---|
Application |
Application.addWorkerTypeSpecificationsEntry(String key,
WorkerTypeSpecification value)
Add a single WorkerTypeSpecifications entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
Application.setWorkerTypeSpecifications(Map<String,WorkerTypeSpecification> workerTypeSpecifications)
The specification applied to each worker type.
|
Application |
Application.withWorkerTypeSpecifications(Map<String,WorkerTypeSpecification> workerTypeSpecifications)
The specification applied to each worker type.
|
Copyright © 2025. All rights reserved.