| Package | Description |
|---|---|
| software.amazon.awssdk.services.emr.model |
| Modifier and Type | Method and Description |
|---|---|
static ScalingAction.Builder |
ScalingAction.builder() |
ScalingAction.Builder |
ScalingAction.Builder.market(MarketType market)
Not available for instance groups.
|
ScalingAction.Builder |
ScalingAction.Builder.market(String market)
Not available for instance groups.
|
default ScalingAction.Builder |
ScalingAction.Builder.simpleScalingPolicyConfiguration(Consumer<SimpleScalingPolicyConfiguration.Builder> simpleScalingPolicyConfiguration)
The type of adjustment the automatic scaling activity makes when triggered, and the periodicity of the
adjustment.
|
ScalingAction.Builder |
ScalingAction.Builder.simpleScalingPolicyConfiguration(SimpleScalingPolicyConfiguration simpleScalingPolicyConfiguration)
The type of adjustment the automatic scaling activity makes when triggered, and the periodicity of the
adjustment.
|
ScalingAction.Builder |
ScalingAction.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ScalingAction.Builder> |
ScalingAction.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ScalingRule.Builder |
ScalingRule.Builder.action(Consumer<ScalingAction.Builder> action)
The conditions that trigger an automatic scaling activity.
|
Copyright © 2023. All rights reserved.