@Stability(value=Stable) public static final class CfnCluster.ManagedScalingPolicyProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnCluster.ManagedScalingPolicyProperty>
CfnCluster.ManagedScalingPolicyProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnCluster.ManagedScalingPolicyProperty |
build()
Builds the configured instance.
|
CfnCluster.ManagedScalingPolicyProperty.Builder |
computeLimits(CfnCluster.ComputeLimitsProperty computeLimits)
Sets the value of
CfnCluster.ManagedScalingPolicyProperty.getComputeLimits() |
CfnCluster.ManagedScalingPolicyProperty.Builder |
computeLimits(IResolvable computeLimits)
Sets the value of
CfnCluster.ManagedScalingPolicyProperty.getComputeLimits() |
@Stability(value=Stable) public CfnCluster.ManagedScalingPolicyProperty.Builder computeLimits(CfnCluster.ComputeLimitsProperty computeLimits)
CfnCluster.ManagedScalingPolicyProperty.getComputeLimits()computeLimits - The EC2 unit limits for a managed scaling policy.
The managed scaling activity of a cluster is not allowed to go above or below these limits. The limit only applies to the core and task nodes. The master node cannot be scaled after initial configuration.this@Stability(value=Stable) public CfnCluster.ManagedScalingPolicyProperty.Builder computeLimits(IResolvable computeLimits)
CfnCluster.ManagedScalingPolicyProperty.getComputeLimits()computeLimits - The EC2 unit limits for a managed scaling policy.
The managed scaling activity of a cluster is not allowed to go above or below these limits. The limit only applies to the core and task nodes. The master node cannot be scaled after initial configuration.this@Stability(value=Stable) public CfnCluster.ManagedScalingPolicyProperty build()
build in interface software.amazon.jsii.Builder<CfnCluster.ManagedScalingPolicyProperty>CfnCluster.ManagedScalingPolicyPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.