public static interface InstanceNetworkInterfaceAttachment.Builder extends SdkPojo, 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 |
networkCardIndex(Integer networkCardIndex)
The index of the network card.
|
InstanceNetworkInterfaceAttachment.Builder |
status(AttachmentStatus status)
The attachment state.
|
InstanceNetworkInterfaceAttachment.Builder |
status(String status)
The attachment state.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
InstanceNetworkInterfaceAttachment.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
,
AttachmentStatus
InstanceNetworkInterfaceAttachment.Builder status(AttachmentStatus status)
The attachment state.
status
- The attachment state.AttachmentStatus
,
AttachmentStatus
InstanceNetworkInterfaceAttachment.Builder networkCardIndex(Integer networkCardIndex)
The index of the network card.
networkCardIndex
- The index of the network card.Copyright © 2023. All rights reserved.