public static interface AttachDiskRequest.Builder extends LightsailRequest.Builder, SdkPojo, CopyableBuilder<AttachDiskRequest.Builder,AttachDiskRequest>
| Modifier and Type | Method and Description |
|---|---|
AttachDiskRequest.Builder |
autoMounting(Boolean autoMounting)
A Boolean value used to determine the automatic mounting of a storage volume to a virtual computer.
|
AttachDiskRequest.Builder |
diskName(String diskName)
The unique Lightsail disk name (e.g.,
my-disk). |
AttachDiskRequest.Builder |
diskPath(String diskPath)
The disk path to expose to the instance (e.g.,
/dev/xvdf). |
AttachDiskRequest.Builder |
instanceName(String instanceName)
The name of the Lightsail instance where you want to utilize the storage disk.
|
AttachDiskRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AttachDiskRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAttachDiskRequest.Builder diskName(String diskName)
The unique Lightsail disk name (e.g., my-disk).
diskName - The unique Lightsail disk name (e.g., my-disk).AttachDiskRequest.Builder instanceName(String instanceName)
The name of the Lightsail instance where you want to utilize the storage disk.
instanceName - The name of the Lightsail instance where you want to utilize the storage disk.AttachDiskRequest.Builder diskPath(String diskPath)
The disk path to expose to the instance (e.g., /dev/xvdf).
diskPath - The disk path to expose to the instance (e.g., /dev/xvdf).AttachDiskRequest.Builder autoMounting(Boolean autoMounting)
A Boolean value used to determine the automatic mounting of a storage volume to a virtual computer. The
default value is False.
This value only applies to Lightsail for Research resources.
autoMounting - A Boolean value used to determine the automatic mounting of a storage volume to a virtual computer.
The default value is False. This value only applies to Lightsail for Research resources.
AttachDiskRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAttachDiskRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.