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