public static interface DetachVolumeResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DetachVolumeResponse.Builder,DetachVolumeResponse>
Modifier and Type | Method and Description |
---|---|
DetachVolumeResponse.Builder |
attachTime(Instant attachTime)
The time stamp when the attachment initiated.
|
DetachVolumeResponse.Builder |
deleteOnTermination(Boolean deleteOnTermination)
Indicates whether the EBS volume is deleted on instance termination.
|
DetachVolumeResponse.Builder |
device(String device)
The device name.
|
DetachVolumeResponse.Builder |
instanceId(String instanceId)
The ID of the instance.
|
DetachVolumeResponse.Builder |
state(String state)
The attachment state of the volume.
|
DetachVolumeResponse.Builder |
state(VolumeAttachmentState state)
The attachment state of the volume.
|
DetachVolumeResponse.Builder |
volumeId(String volumeId)
The ID of the volume.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DetachVolumeResponse.Builder attachTime(Instant attachTime)
The time stamp when the attachment initiated.
attachTime
- The time stamp when the attachment initiated.DetachVolumeResponse.Builder device(String device)
The device name.
device
- The device name.DetachVolumeResponse.Builder instanceId(String instanceId)
The ID of the instance.
instanceId
- The ID of the instance.DetachVolumeResponse.Builder state(String state)
The attachment state of the volume.
state
- The attachment state of the volume.VolumeAttachmentState
,
VolumeAttachmentState
DetachVolumeResponse.Builder state(VolumeAttachmentState state)
The attachment state of the volume.
state
- The attachment state of the volume.VolumeAttachmentState
,
VolumeAttachmentState
DetachVolumeResponse.Builder volumeId(String volumeId)
The ID of the volume.
volumeId
- The ID of the volume.DetachVolumeResponse.Builder deleteOnTermination(Boolean deleteOnTermination)
Indicates whether the EBS volume is deleted on instance termination.
deleteOnTermination
- Indicates whether the EBS volume is deleted on instance termination.Copyright © 2022. All rights reserved.