public static interface DetachVolumeRequest.Builder extends StorageGatewayRequest.Builder, SdkPojo, CopyableBuilder<DetachVolumeRequest.Builder,DetachVolumeRequest>
| Modifier and Type | Method and Description |
|---|---|
DetachVolumeRequest.Builder |
forceDetach(Boolean forceDetach)
Set to
true to forcibly remove the iSCSI connection of the target volume and detach the volume. |
DetachVolumeRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DetachVolumeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DetachVolumeRequest.Builder |
volumeARN(String volumeARN)
The Amazon Resource Name (ARN) of the volume to detach from the gateway.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDetachVolumeRequest.Builder volumeARN(String volumeARN)
The Amazon Resource Name (ARN) of the volume to detach from the gateway.
volumeARN - The Amazon Resource Name (ARN) of the volume to detach from the gateway.DetachVolumeRequest.Builder forceDetach(Boolean forceDetach)
Set to true to forcibly remove the iSCSI connection of the target volume and detach the volume.
The default is false. If this value is set to false, you must manually disconnect
the iSCSI connection from the target volume.
Valid Values: true | false
forceDetach - Set to true to forcibly remove the iSCSI connection of the target volume and detach the
volume. The default is false. If this value is set to false, you must
manually disconnect the iSCSI connection from the target volume.
Valid Values: true | false
DetachVolumeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDetachVolumeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.