@Stability(value=Stable)
public static interface CfnLaunchTemplate.VCpuCountProperty
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.ec2.*;
VCpuCountProperty vCpuCountProperty = VCpuCountProperty.builder()
.max(123)
.min(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnLaunchTemplate.VCpuCountProperty.Builder
A builder for
CfnLaunchTemplate.VCpuCountProperty |
static class |
CfnLaunchTemplate.VCpuCountProperty.Jsii$Proxy
An implementation for
CfnLaunchTemplate.VCpuCountProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnLaunchTemplate.VCpuCountProperty.Builder |
builder() |
default Number |
getMax()
`CfnLaunchTemplate.VCpuCountProperty.Max`.
|
default Number |
getMin()
`CfnLaunchTemplate.VCpuCountProperty.Min`.
|
@Stability(value=Stable) @Nullable default Number getMax()
@Stability(value=Stable) @Nullable default Number getMin()
@Stability(value=Stable) static CfnLaunchTemplate.VCpuCountProperty.Builder builder()
Copyright © 2021. All rights reserved.