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