@Stability(value=Stable) public static final class CfnInstance.NetworkInterfaceProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnInstance.NetworkInterfaceProperty>
CfnInstance.NetworkInterfaceProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnInstance.NetworkInterfaceProperty.Builder deviceIndex(String deviceIndex)
CfnInstance.NetworkInterfaceProperty.getDeviceIndex()deviceIndex - `CfnInstance.NetworkInterfaceProperty.DeviceIndex`. This parameter is required.this@Stability(value=Stable) public CfnInstance.NetworkInterfaceProperty.Builder associatePublicIpAddress(Boolean associatePublicIpAddress)
CfnInstance.NetworkInterfaceProperty.getAssociatePublicIpAddress()associatePublicIpAddress - `CfnInstance.NetworkInterfaceProperty.AssociatePublicIpAddress`.this@Stability(value=Stable) public CfnInstance.NetworkInterfaceProperty.Builder associatePublicIpAddress(IResolvable associatePublicIpAddress)
CfnInstance.NetworkInterfaceProperty.getAssociatePublicIpAddress()associatePublicIpAddress - `CfnInstance.NetworkInterfaceProperty.AssociatePublicIpAddress`.this@Stability(value=Stable) public CfnInstance.NetworkInterfaceProperty.Builder deleteOnTermination(Boolean deleteOnTermination)
CfnInstance.NetworkInterfaceProperty.getDeleteOnTermination()deleteOnTermination - `CfnInstance.NetworkInterfaceProperty.DeleteOnTermination`.this@Stability(value=Stable) public CfnInstance.NetworkInterfaceProperty.Builder deleteOnTermination(IResolvable deleteOnTermination)
CfnInstance.NetworkInterfaceProperty.getDeleteOnTermination()deleteOnTermination - `CfnInstance.NetworkInterfaceProperty.DeleteOnTermination`.this@Stability(value=Stable) public CfnInstance.NetworkInterfaceProperty.Builder description(String description)
CfnInstance.NetworkInterfaceProperty.getDescription()description - `CfnInstance.NetworkInterfaceProperty.Description`.this@Stability(value=Stable) public CfnInstance.NetworkInterfaceProperty.Builder groupSet(List<String> groupSet)
CfnInstance.NetworkInterfaceProperty.getGroupSet()groupSet - `CfnInstance.NetworkInterfaceProperty.GroupSet`.this@Stability(value=Stable) public CfnInstance.NetworkInterfaceProperty.Builder ipv6AddressCount(Number ipv6AddressCount)
CfnInstance.NetworkInterfaceProperty.getIpv6AddressCount()ipv6AddressCount - `CfnInstance.NetworkInterfaceProperty.Ipv6AddressCount`.this@Stability(value=Stable) public CfnInstance.NetworkInterfaceProperty.Builder ipv6Addresses(IResolvable ipv6Addresses)
CfnInstance.NetworkInterfaceProperty.getIpv6Addresses()ipv6Addresses - `CfnInstance.NetworkInterfaceProperty.Ipv6Addresses`.this@Stability(value=Stable) public CfnInstance.NetworkInterfaceProperty.Builder ipv6Addresses(List<? extends Object> ipv6Addresses)
CfnInstance.NetworkInterfaceProperty.getIpv6Addresses()ipv6Addresses - `CfnInstance.NetworkInterfaceProperty.Ipv6Addresses`.this@Stability(value=Stable) public CfnInstance.NetworkInterfaceProperty.Builder networkInterfaceId(String networkInterfaceId)
CfnInstance.NetworkInterfaceProperty.getNetworkInterfaceId()networkInterfaceId - `CfnInstance.NetworkInterfaceProperty.NetworkInterfaceId`.this@Stability(value=Stable) public CfnInstance.NetworkInterfaceProperty.Builder privateIpAddress(String privateIpAddress)
CfnInstance.NetworkInterfaceProperty.getPrivateIpAddress()privateIpAddress - `CfnInstance.NetworkInterfaceProperty.PrivateIpAddress`.this@Stability(value=Stable) public CfnInstance.NetworkInterfaceProperty.Builder privateIpAddresses(IResolvable privateIpAddresses)
CfnInstance.NetworkInterfaceProperty.getPrivateIpAddresses()privateIpAddresses - `CfnInstance.NetworkInterfaceProperty.PrivateIpAddresses`.this@Stability(value=Stable) public CfnInstance.NetworkInterfaceProperty.Builder privateIpAddresses(List<? extends Object> privateIpAddresses)
CfnInstance.NetworkInterfaceProperty.getPrivateIpAddresses()privateIpAddresses - `CfnInstance.NetworkInterfaceProperty.PrivateIpAddresses`.this@Stability(value=Stable) public CfnInstance.NetworkInterfaceProperty.Builder secondaryPrivateIpAddressCount(Number secondaryPrivateIpAddressCount)
CfnInstance.NetworkInterfaceProperty.getSecondaryPrivateIpAddressCount()secondaryPrivateIpAddressCount - `CfnInstance.NetworkInterfaceProperty.SecondaryPrivateIpAddressCount`.this@Stability(value=Stable) public CfnInstance.NetworkInterfaceProperty.Builder subnetId(String subnetId)
CfnInstance.NetworkInterfaceProperty.getSubnetId()subnetId - `CfnInstance.NetworkInterfaceProperty.SubnetId`.this@Stability(value=Stable) public CfnInstance.NetworkInterfaceProperty build()
build in interface software.amazon.jsii.Builder<CfnInstance.NetworkInterfaceProperty>CfnInstance.NetworkInterfacePropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.