| Package | Description |
|---|---|
| software.amazon.awssdk.services.emr.model |
| Modifier and Type | Method and Description |
|---|---|
static OnDemandResizingSpecification.Builder |
OnDemandResizingSpecification.builder() |
OnDemandResizingSpecification.Builder |
OnDemandResizingSpecification.Builder.timeoutDurationMinutes(Integer timeoutDurationMinutes)
On-Demand resize timeout in minutes.
|
OnDemandResizingSpecification.Builder |
OnDemandResizingSpecification.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends OnDemandResizingSpecification.Builder> |
OnDemandResizingSpecification.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default InstanceFleetResizingSpecifications.Builder |
InstanceFleetResizingSpecifications.Builder.onDemandResizeSpecification(Consumer<OnDemandResizingSpecification.Builder> onDemandResizeSpecification)
The resize specification for On-Demand Instances in the instance fleet, which contains the resize timeout
period.
|
Copyright © 2023. All rights reserved.