public static interface InstanceNetworkInterfaceAttachment.Builder extends CopyableBuilder<InstanceNetworkInterfaceAttachment.Builder,InstanceNetworkInterfaceAttachment>
| Modifier and Type | Method and Description |
|---|---|
InstanceNetworkInterfaceAttachment.Builder |
attachmentId(String attachmentId)
The ID of the network interface attachment.
|
InstanceNetworkInterfaceAttachment.Builder |
attachTime(Instant attachTime)
The time stamp when the attachment initiated.
|
InstanceNetworkInterfaceAttachment.Builder |
deleteOnTermination(Boolean deleteOnTermination)
Indicates whether the network interface is deleted when the instance is terminated.
|
InstanceNetworkInterfaceAttachment.Builder |
deviceIndex(Integer deviceIndex)
The index of the device on the instance for the network interface attachment.
|
InstanceNetworkInterfaceAttachment.Builder |
status(AttachmentStatus status)
The attachment state.
|
InstanceNetworkInterfaceAttachment.Builder |
status(String status)
The attachment state.
|
copyapply, buildInstanceNetworkInterfaceAttachment.Builder attachTime(Instant attachTime)
The time stamp when the attachment initiated.
attachTime - The time stamp when the attachment initiated.InstanceNetworkInterfaceAttachment.Builder attachmentId(String attachmentId)
The ID of the network interface attachment.
attachmentId - The ID of the network interface attachment.InstanceNetworkInterfaceAttachment.Builder deleteOnTermination(Boolean deleteOnTermination)
Indicates whether the network interface is deleted when the instance is terminated.
deleteOnTermination - Indicates whether the network interface is deleted when the instance is terminated.InstanceNetworkInterfaceAttachment.Builder deviceIndex(Integer deviceIndex)
The index of the device on the instance for the network interface attachment.
deviceIndex - The index of the device on the instance for the network interface attachment.InstanceNetworkInterfaceAttachment.Builder status(String status)
The attachment state.
status - The attachment state.AttachmentStatus,
AttachmentStatusInstanceNetworkInterfaceAttachment.Builder status(AttachmentStatus status)
The attachment state.
status - The attachment state.AttachmentStatus,
AttachmentStatusCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.