@Stability(value=Stable) public static final class CfnLaunchTemplate.NetworkInterfaceCountProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnLaunchTemplate.NetworkInterfaceCountProperty>
CfnLaunchTemplate.NetworkInterfaceCountProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnLaunchTemplate.NetworkInterfaceCountProperty |
build()
Builds the configured instance.
|
CfnLaunchTemplate.NetworkInterfaceCountProperty.Builder |
max(Number max)
Sets the value of
CfnLaunchTemplate.NetworkInterfaceCountProperty.getMax() |
CfnLaunchTemplate.NetworkInterfaceCountProperty.Builder |
min(Number min)
Sets the value of
CfnLaunchTemplate.NetworkInterfaceCountProperty.getMin() |
@Stability(value=Stable) public CfnLaunchTemplate.NetworkInterfaceCountProperty.Builder max(Number max)
CfnLaunchTemplate.NetworkInterfaceCountProperty.getMax()max - The maximum number of network interfaces.
To specify no maximum limit, omit this parameter.this@Stability(value=Stable) public CfnLaunchTemplate.NetworkInterfaceCountProperty.Builder min(Number min)
CfnLaunchTemplate.NetworkInterfaceCountProperty.getMin()min - The minimum number of network interfaces.
To specify no minimum limit, omit this parameter.this@Stability(value=Stable) public CfnLaunchTemplate.NetworkInterfaceCountProperty build()
build in interface software.amazon.jsii.Builder<CfnLaunchTemplate.NetworkInterfaceCountProperty>CfnLaunchTemplate.NetworkInterfaceCountPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.