@Stability(value=Stable)
public static interface CfnCluster.ScalingConstraintsProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.emr.*;
ScalingConstraintsProperty scalingConstraintsProperty = ScalingConstraintsProperty.builder()
.maxCapacity(123)
.minCapacity(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnCluster.ScalingConstraintsProperty.Builder
A builder for
CfnCluster.ScalingConstraintsProperty |
static class |
CfnCluster.ScalingConstraintsProperty.Jsii$Proxy
An implementation for
CfnCluster.ScalingConstraintsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnCluster.ScalingConstraintsProperty.Builder |
builder() |
Number |
getMaxCapacity()
`CfnCluster.ScalingConstraintsProperty.MaxCapacity`.
|
Number |
getMinCapacity()
`CfnCluster.ScalingConstraintsProperty.MinCapacity`.
|
@Stability(value=Stable) @NotNull Number getMaxCapacity()
@Stability(value=Stable) @NotNull Number getMinCapacity()
@Stability(value=Stable) static CfnCluster.ScalingConstraintsProperty.Builder builder()
Copyright © 2021. All rights reserved.