Class InstanceNetworkInterfaceAttachment
- java.lang.Object
-
- software.amazon.awssdk.services.ec2.model.InstanceNetworkInterfaceAttachment
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<InstanceNetworkInterfaceAttachment.Builder,InstanceNetworkInterfaceAttachment>
@Generated("software.amazon.awssdk:codegen") public final class InstanceNetworkInterfaceAttachment extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InstanceNetworkInterfaceAttachment.Builder,InstanceNetworkInterfaceAttachment>
Describes a network interface attachment.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceInstanceNetworkInterfaceAttachment.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringattachmentId()The ID of the network interface attachment.InstantattachTime()The time stamp when the attachment initiated.static InstanceNetworkInterfaceAttachment.Builderbuilder()BooleandeleteOnTermination()Indicates whether the network interface is deleted when the instance is terminated.IntegerdeviceIndex()The index of the device on the instance for the network interface attachment.IntegerenaQueueCount()The number of ENA queues created with the instance.InstanceAttachmentEnaSrdSpecificationenaSrdSpecification()Contains the ENA Express settings for the network interface that's attached to the instance.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegernetworkCardIndex()The index of the network card.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends InstanceNetworkInterfaceAttachment.Builder>serializableBuilderClass()AttachmentStatusstatus()The attachment state.StringstatusAsString()The attachment state.InstanceNetworkInterfaceAttachment.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
attachTime
public final Instant attachTime()
The time stamp when the attachment initiated.
- Returns:
- The time stamp when the attachment initiated.
-
attachmentId
public final String attachmentId()
The ID of the network interface attachment.
- Returns:
- The ID of the network interface attachment.
-
deleteOnTermination
public final Boolean deleteOnTermination()
Indicates whether the network interface is deleted when the instance is terminated.
- Returns:
- Indicates whether the network interface is deleted when the instance is terminated.
-
deviceIndex
public final Integer deviceIndex()
The index of the device on the instance for the network interface attachment.
- Returns:
- The index of the device on the instance for the network interface attachment.
-
status
public final AttachmentStatus status()
The attachment state.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnAttachmentStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The attachment state.
- See Also:
AttachmentStatus
-
statusAsString
public final String statusAsString()
The attachment state.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnAttachmentStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The attachment state.
- See Also:
AttachmentStatus
-
networkCardIndex
public final Integer networkCardIndex()
The index of the network card.
- Returns:
- The index of the network card.
-
enaSrdSpecification
public final InstanceAttachmentEnaSrdSpecification enaSrdSpecification()
Contains the ENA Express settings for the network interface that's attached to the instance.
- Returns:
- Contains the ENA Express settings for the network interface that's attached to the instance.
-
enaQueueCount
public final Integer enaQueueCount()
The number of ENA queues created with the instance.
- Returns:
- The number of ENA queues created with the instance.
-
toBuilder
public InstanceNetworkInterfaceAttachment.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<InstanceNetworkInterfaceAttachment.Builder,InstanceNetworkInterfaceAttachment>
-
builder
public static InstanceNetworkInterfaceAttachment.Builder builder()
-
serializableBuilderClass
public static Class<? extends InstanceNetworkInterfaceAttachment.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-