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