VolumeAttachment.Builder |
VolumeAttachment.Builder.associatedResource(String associatedResource) |
The ARN of the Amazon Web Services-managed resource to which the volume is attached.
|
VolumeAttachment.Builder |
VolumeAttachment.Builder.attachTime(Instant attachTime) |
The time stamp when the attachment initiated.
|
static VolumeAttachment.Builder |
VolumeAttachment.builder() |
|
VolumeAttachment.Builder |
VolumeAttachment.Builder.deleteOnTermination(Boolean deleteOnTermination) |
Indicates whether the EBS volume is deleted on instance termination.
|
VolumeAttachment.Builder |
VolumeAttachment.Builder.device(String device) |
The device name.
|
VolumeAttachment.Builder |
VolumeAttachment.Builder.ebsCardIndex(Integer ebsCardIndex) |
The index of the EBS card.
|
VolumeAttachment.Builder |
VolumeAttachment.Builder.instanceId(String instanceId) |
The ID of the instance.
|
VolumeAttachment.Builder |
VolumeAttachment.Builder.instanceOwningService(String instanceOwningService) |
The service principal of the Amazon Web Services service that owns the underlying resource to which the
volume is attached.
|
VolumeAttachment.Builder |
VolumeAttachment.Builder.state(String state) |
The attachment state of the volume.
|
VolumeAttachment.Builder |
VolumeAttachment.Builder.state(VolumeAttachmentState state) |
The attachment state of the volume.
|
VolumeAttachment.Builder |
VolumeAttachment.toBuilder() |
|
VolumeAttachment.Builder |
VolumeAttachment.Builder.volumeId(String volumeId) |
The ID of the volume.
|