@Stability(value=Stable)
public static interface CfnAutoScalingGroup.AcceleratorTotalMemoryMiBRequestProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.autoscaling.*;
AcceleratorTotalMemoryMiBRequestProperty acceleratorTotalMemoryMiBRequestProperty = AcceleratorTotalMemoryMiBRequestProperty.builder()
.max(123)
.min(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnAutoScalingGroup.AcceleratorTotalMemoryMiBRequestProperty.Builder
|
static class |
CfnAutoScalingGroup.AcceleratorTotalMemoryMiBRequestProperty.Jsii$Proxy
An implementation for
CfnAutoScalingGroup.AcceleratorTotalMemoryMiBRequestProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnAutoScalingGroup.AcceleratorTotalMemoryMiBRequestProperty.Builder |
builder() |
default Number |
getMax()
The memory maximum in MiB.
|
default Number |
getMin()
The memory minimum in MiB.
|
@Stability(value=Stable) @Nullable default Number getMax()
@Stability(value=Stable) @Nullable default Number getMin()
@Stability(value=Stable) static CfnAutoScalingGroup.AcceleratorTotalMemoryMiBRequestProperty.Builder builder()
Copyright © 2022. All rights reserved.