InstanceNetworkInterfaceAttachment.Builder |
InstanceNetworkInterfaceAttachment.Builder.attachmentKey(String attachmentKey) |
The ID of the network interface attachment.
|
static InstanceNetworkInterfaceAttachment.Builder |
InstanceNetworkInterfaceAttachment.builder() |
Create a new builder.
|
InstanceNetworkInterfaceAttachment.Builder |
InstanceNetworkInterfaceAttachment.Builder.copy(InstanceNetworkInterfaceAttachment model) |
|
InstanceNetworkInterfaceAttachment.Builder |
InstanceNetworkInterfaceAttachment.Builder.deviceIndex(Integer deviceIndex) |
The index of the device on the instance for the network interface attachment.
|
InstanceNetworkInterfaceAttachment.Builder |
InstanceNetworkInterfaceAttachment.Builder.isDeleteOnTermination(Boolean isDeleteOnTermination) |
Indicates whether the network interface is deleted when the instance is terminated.
|
InstanceNetworkInterfaceAttachment.Builder |
InstanceNetworkInterfaceAttachment.Builder.networkCardIndex(Integer networkCardIndex) |
The index of the network card.
|
InstanceNetworkInterfaceAttachment.Builder |
InstanceNetworkInterfaceAttachment.Builder.status(String status) |
The attachment state.
|
InstanceNetworkInterfaceAttachment.Builder |
InstanceNetworkInterfaceAttachment.Builder.timeAttach(Date timeAttach) |
The timestamp when the attachment initiated.
|
InstanceNetworkInterfaceAttachment.Builder |
InstanceNetworkInterfaceAttachment.toBuilder() |
|