CopyableBuilder<NetworkInterfaceAttachment.Builder,NetworkInterfaceAttachment>, SdkBuilder<NetworkInterfaceAttachment.Builder,NetworkInterfaceAttachment>public static interface NetworkInterfaceAttachment.Builder extends CopyableBuilder<NetworkInterfaceAttachment.Builder,NetworkInterfaceAttachment>
| Modifier and Type | Method | Description |
|---|---|---|
NetworkInterfaceAttachment.Builder |
attachmentId(String attachmentId) |
The ID of the network interface attachment.
|
NetworkInterfaceAttachment.Builder |
attachTime(Date attachTime) |
The timestamp indicating when the attachment initiated.
|
NetworkInterfaceAttachment.Builder |
deleteOnTermination(Boolean deleteOnTermination) |
Indicates whether the network interface is deleted when the instance is terminated.
|
NetworkInterfaceAttachment.Builder |
deviceIndex(Integer deviceIndex) |
The device index of the network interface attachment on the instance.
|
NetworkInterfaceAttachment.Builder |
instanceId(String instanceId) |
The ID of the instance.
|
NetworkInterfaceAttachment.Builder |
instanceOwnerId(String instanceOwnerId) |
The AWS account ID of the owner of the instance.
|
NetworkInterfaceAttachment.Builder |
status(String status) |
The attachment state.
|
NetworkInterfaceAttachment.Builder |
status(AttachmentStatus status) |
The attachment state.
|
copyapply, buildNetworkInterfaceAttachment.Builder attachTime(Date attachTime)
The timestamp indicating when the attachment initiated.
attachTime - The timestamp indicating when the attachment initiated.NetworkInterfaceAttachment.Builder attachmentId(String attachmentId)
The ID of the network interface attachment.
attachmentId - The ID of the network interface attachment.NetworkInterfaceAttachment.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.NetworkInterfaceAttachment.Builder deviceIndex(Integer deviceIndex)
The device index of the network interface attachment on the instance.
deviceIndex - The device index of the network interface attachment on the instance.NetworkInterfaceAttachment.Builder instanceId(String instanceId)
The ID of the instance.
instanceId - The ID of the instance.NetworkInterfaceAttachment.Builder instanceOwnerId(String instanceOwnerId)
The AWS account ID of the owner of the instance.
instanceOwnerId - The AWS account ID of the owner of the instance.NetworkInterfaceAttachment.Builder status(String status)
The attachment state.
status - The attachment state.AttachmentStatusNetworkInterfaceAttachment.Builder status(AttachmentStatus status)
The attachment state.
status - The attachment state.AttachmentStatusCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.