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