public static interface CfnLaunchTemplate.NetworkInterfaceCountProperty
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.ec2.*; NetworkInterfaceCountProperty networkInterfaceCountProperty = NetworkInterfaceCountProperty.builder() .max(123) .min(123) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnLaunchTemplate.NetworkInterfaceCountProperty.Builder
A builder for
CfnLaunchTemplate.NetworkInterfaceCountProperty |
static class |
CfnLaunchTemplate.NetworkInterfaceCountProperty.Jsii$Proxy
An implementation for
CfnLaunchTemplate.NetworkInterfaceCountProperty |
Modifier and Type | Method and Description |
---|---|
static CfnLaunchTemplate.NetworkInterfaceCountProperty.Builder |
builder() |
default java.lang.Number |
getMax()
The maximum number of network interfaces.
|
default java.lang.Number |
getMin()
The minimum number of network interfaces.
|
default java.lang.Number getMax()
To specify no maximum limit, omit this parameter.
default java.lang.Number getMin()
To specify no minimum limit, omit this parameter.
static CfnLaunchTemplate.NetworkInterfaceCountProperty.Builder builder()