CopyableBuilder<InstanceNetworkInterfaceAttachment.Builder,InstanceNetworkInterfaceAttachment>
, SdkBuilder<InstanceNetworkInterfaceAttachment.Builder,InstanceNetworkInterfaceAttachment>
public static interface InstanceNetworkInterfaceAttachment.Builder extends CopyableBuilder<InstanceNetworkInterfaceAttachment.Builder,InstanceNetworkInterfaceAttachment>
Modifier and Type | Method | Description |
---|---|---|
InstanceNetworkInterfaceAttachment.Builder |
attachmentId(String attachmentId) |
The ID of the network interface attachment.
|
InstanceNetworkInterfaceAttachment.Builder |
attachTime(Date 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(String status) |
The attachment state.
|
InstanceNetworkInterfaceAttachment.Builder |
status(AttachmentStatus status) |
The attachment state.
|
copy
apply, build
InstanceNetworkInterfaceAttachment.Builder attachTime(Date 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
InstanceNetworkInterfaceAttachment.Builder status(AttachmentStatus status)
The attachment state.
status
- The attachment state.AttachmentStatus
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.