static LaunchTemplateInstanceSecondaryInterfaceSpecification.Builder |
LaunchTemplateInstanceSecondaryInterfaceSpecification.builder() |
|
LaunchTemplateInstanceSecondaryInterfaceSpecification.Builder |
LaunchTemplateInstanceSecondaryInterfaceSpecification.Builder.deleteOnTermination(Boolean deleteOnTermination) |
Indicates whether the secondary interface is deleted when the instance is terminated.
|
LaunchTemplateInstanceSecondaryInterfaceSpecification.Builder |
LaunchTemplateInstanceSecondaryInterfaceSpecification.Builder.deviceIndex(Integer deviceIndex) |
The device index for the secondary interface attachment.
|
LaunchTemplateInstanceSecondaryInterfaceSpecification.Builder |
LaunchTemplateInstanceSecondaryInterfaceSpecification.Builder.interfaceType(String interfaceType) |
The type of secondary interface.
|
LaunchTemplateInstanceSecondaryInterfaceSpecification.Builder |
LaunchTemplateInstanceSecondaryInterfaceSpecification.Builder.interfaceType(SecondaryInterfaceType interfaceType) |
The type of secondary interface.
|
LaunchTemplateInstanceSecondaryInterfaceSpecification.Builder |
LaunchTemplateInstanceSecondaryInterfaceSpecification.Builder.networkCardIndex(Integer networkCardIndex) |
The index of the network card.
|
LaunchTemplateInstanceSecondaryInterfaceSpecification.Builder |
LaunchTemplateInstanceSecondaryInterfaceSpecification.Builder.privateIpAddressCount(Integer privateIpAddressCount) |
The number of private IPv4 addresses to assign to the secondary interface.
|
LaunchTemplateInstanceSecondaryInterfaceSpecification.Builder |
LaunchTemplateInstanceSecondaryInterfaceSpecification.Builder.privateIpAddresses(Collection<SecondaryInterfacePrivateIpAddressSpecification> privateIpAddresses) |
The private IPv4 addresses to assign to the secondary interface.
|
LaunchTemplateInstanceSecondaryInterfaceSpecification.Builder |
LaunchTemplateInstanceSecondaryInterfaceSpecification.Builder.privateIpAddresses(Consumer<SecondaryInterfacePrivateIpAddressSpecification.Builder>... privateIpAddresses) |
The private IPv4 addresses to assign to the secondary interface.
|
LaunchTemplateInstanceSecondaryInterfaceSpecification.Builder |
LaunchTemplateInstanceSecondaryInterfaceSpecification.Builder.privateIpAddresses(SecondaryInterfacePrivateIpAddressSpecification... privateIpAddresses) |
The private IPv4 addresses to assign to the secondary interface.
|
LaunchTemplateInstanceSecondaryInterfaceSpecification.Builder |
LaunchTemplateInstanceSecondaryInterfaceSpecification.Builder.secondarySubnetId(String secondarySubnetId) |
The ID of the secondary subnet.
|
LaunchTemplateInstanceSecondaryInterfaceSpecification.Builder |
LaunchTemplateInstanceSecondaryInterfaceSpecification.toBuilder() |
|