Interface DetachVolumeResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DetachVolumeResponse.Builder,DetachVolumeResponse>,Ec2Response.Builder,SdkBuilder<DetachVolumeResponse.Builder,DetachVolumeResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DetachVolumeResponse
public static interface DetachVolumeResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DetachVolumeResponse.Builder,DetachVolumeResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DetachVolumeResponse.BuilderattachTime(Instant attachTime)The time stamp when the attachment initiated.DetachVolumeResponse.BuilderdeleteOnTermination(Boolean deleteOnTermination)Indicates whether the EBS volume is deleted on instance termination.DetachVolumeResponse.Builderdevice(String device)The device name.DetachVolumeResponse.BuilderinstanceId(String instanceId)The ID of the instance.DetachVolumeResponse.Builderstate(String state)The attachment state of the volume.DetachVolumeResponse.Builderstate(VolumeAttachmentState state)The attachment state of the volume.DetachVolumeResponse.BuildervolumeId(String volumeId)The ID of the volume.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
attachTime
DetachVolumeResponse.Builder attachTime(Instant attachTime)
The time stamp when the attachment initiated.
- Parameters:
attachTime- The time stamp when the attachment initiated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
device
DetachVolumeResponse.Builder device(String device)
The device name.
- Parameters:
device- The device name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceId
DetachVolumeResponse.Builder instanceId(String instanceId)
The ID of the instance.
- Parameters:
instanceId- The ID of the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
DetachVolumeResponse.Builder state(String state)
The attachment state of the volume.
- Parameters:
state- The attachment state of the volume.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VolumeAttachmentState,VolumeAttachmentState
-
state
DetachVolumeResponse.Builder state(VolumeAttachmentState state)
The attachment state of the volume.
- Parameters:
state- The attachment state of the volume.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VolumeAttachmentState,VolumeAttachmentState
-
volumeId
DetachVolumeResponse.Builder volumeId(String volumeId)
The ID of the volume.
- Parameters:
volumeId- The ID of the volume.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deleteOnTermination
DetachVolumeResponse.Builder deleteOnTermination(Boolean deleteOnTermination)
Indicates whether the EBS volume is deleted on instance termination.
- Parameters:
deleteOnTermination- Indicates whether the EBS volume is deleted on instance termination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-