Package | Description |
---|---|
software.amazon.awssdk.services.emr.model |
Modifier and Type | Method and Description |
---|---|
static ScalingConstraints.Builder |
ScalingConstraints.builder() |
ScalingConstraints.Builder |
ScalingConstraints.Builder.maxCapacity(Integer maxCapacity)
The upper boundary of EC2 instances in an instance group beyond which scaling activities are not allowed to
grow.
|
ScalingConstraints.Builder |
ScalingConstraints.Builder.minCapacity(Integer minCapacity)
The lower boundary of EC2 instances in an instance group below which scaling activities are not allowed to
shrink.
|
ScalingConstraints.Builder |
ScalingConstraints.toBuilder() |
Modifier and Type | Method and Description |
---|---|
static Class<? extends ScalingConstraints.Builder> |
ScalingConstraints.serializableBuilderClass() |
Modifier and Type | Method and Description |
---|---|
default AutoScalingPolicyDescription.Builder |
AutoScalingPolicyDescription.Builder.constraints(Consumer<ScalingConstraints.Builder> constraints)
The upper and lower EC2 instance limits for an automatic scaling policy.
|
default AutoScalingPolicy.Builder |
AutoScalingPolicy.Builder.constraints(Consumer<ScalingConstraints.Builder> constraints)
The upper and lower EC2 instance limits for an automatic scaling policy.
|
Copyright © 2023. All rights reserved.