public static interface AwsEc2VolumeAttachment.Builder extends SdkPojo, CopyableBuilder<AwsEc2VolumeAttachment.Builder,AwsEc2VolumeAttachment>
| Modifier and Type | Method and Description |
|---|---|
AwsEc2VolumeAttachment.Builder |
attachTime(String attachTime)
The datetime when the attachment initiated.
|
AwsEc2VolumeAttachment.Builder |
deleteOnTermination(Boolean deleteOnTermination)
Whether the EBS volume is deleted when the EC2 instance is terminated.
|
AwsEc2VolumeAttachment.Builder |
instanceId(String instanceId)
The identifier of the EC2 instance.
|
AwsEc2VolumeAttachment.Builder |
status(String status)
The attachment state of the volume.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsEc2VolumeAttachment.Builder attachTime(String attachTime)
The datetime when the attachment initiated.
attachTime - The datetime when the attachment initiated.AwsEc2VolumeAttachment.Builder deleteOnTermination(Boolean deleteOnTermination)
Whether the EBS volume is deleted when the EC2 instance is terminated.
deleteOnTermination - Whether the EBS volume is deleted when the EC2 instance is terminated.AwsEc2VolumeAttachment.Builder instanceId(String instanceId)
The identifier of the EC2 instance.
instanceId - The identifier of the EC2 instance.AwsEc2VolumeAttachment.Builder status(String status)
The attachment state of the volume. Valid values are as follows:
attaching
attached
busy
detaching
detached
status - The attachment state of the volume. Valid values are as follows:
attaching
attached
busy
detaching
detached
Copyright © 2023. All rights reserved.