Class AwsEc2VolumeAttachment
java.lang.Object
software.amazon.awssdk.services.securityhub.model.AwsEc2VolumeAttachment
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AwsEc2VolumeAttachment.Builder,AwsEc2VolumeAttachment>
@Generated("software.amazon.awssdk:codegen")
public final class AwsEc2VolumeAttachment
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<AwsEc2VolumeAttachment.Builder,AwsEc2VolumeAttachment>
An attachment to an Amazon EC2 volume.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal StringThe datetime when the attachment initiated.builder()final BooleanWhether the EBS volume is deleted when the EC2 instance is terminated.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe identifier of the EC2 instance.static Class<? extends AwsEc2VolumeAttachment.Builder>final Stringstatus()The attachment state of the volume.final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
attachTime
The datetime when the attachment initiated.
- Returns:
- The datetime when the attachment initiated.
-
deleteOnTermination
Whether the EBS volume is deleted when the EC2 instance is terminated.
- Returns:
- Whether the EBS volume is deleted when the EC2 instance is terminated.
-
instanceId
The identifier of the EC2 instance.
- Returns:
- The identifier of the EC2 instance.
-
status
The attachment state of the volume. Valid values are as follows:
-
attaching -
attached -
busy -
detaching -
detached
- Returns:
- The attachment state of the volume. Valid values are as follows:
-
attaching -
attached -
busy -
detaching -
detached
-
-
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<AwsEc2VolumeAttachment.Builder,AwsEc2VolumeAttachment>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-