@Generated(value="software.amazon.awssdk:codegen") public class InstanceNetworkInterfaceAttachment extends Object implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<InstanceNetworkInterfaceAttachment.Builder,InstanceNetworkInterfaceAttachment>
Describes a network interface attachment.
| Modifier and Type | Class and Description |
|---|---|
static interface |
InstanceNetworkInterfaceAttachment.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
attachmentId()
The ID of the network interface attachment.
|
Instant |
attachTime()
The time stamp when the attachment initiated.
|
static InstanceNetworkInterfaceAttachment.Builder |
builder() |
Boolean |
deleteOnTermination()
Indicates whether the network interface is deleted when the instance is terminated.
|
Integer |
deviceIndex()
The index of the device on the instance for the network interface attachment.
|
boolean |
equals(Object obj) |
int |
hashCode() |
static Class<? extends InstanceNetworkInterfaceAttachment.Builder> |
serializableBuilderClass() |
String |
status()
The attachment state.
|
InstanceNetworkInterfaceAttachment.Builder |
toBuilder() |
String |
toString() |
public Instant attachTime()
The time stamp when the attachment initiated.
public String attachmentId()
The ID of the network interface attachment.
public Boolean deleteOnTermination()
Indicates whether the network interface is deleted when the instance is terminated.
public Integer deviceIndex()
The index of the device on the instance for the network interface attachment.
public String status()
The attachment state.
AttachmentStatuspublic InstanceNetworkInterfaceAttachment.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<InstanceNetworkInterfaceAttachment.Builder,InstanceNetworkInterfaceAttachment>public static InstanceNetworkInterfaceAttachment.Builder builder()
public static Class<? extends InstanceNetworkInterfaceAttachment.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.