Class AttachDiskRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.lightsail.model.LightsailRequest
-
- software.amazon.awssdk.services.lightsail.model.AttachDiskRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<AttachDiskRequest.Builder,AttachDiskRequest>
@Generated("software.amazon.awssdk:codegen") public final class AttachDiskRequest extends LightsailRequest implements ToCopyableBuilder<AttachDiskRequest.Builder,AttachDiskRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAttachDiskRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanautoMounting()A Boolean value used to determine the automatic mounting of a storage volume to a virtual computer.static AttachDiskRequest.Builderbuilder()StringdiskName()The unique Lightsail disk name (my-disk).StringdiskPath()The disk path to expose to the instance (/dev/xvdf).booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringinstanceName()The name of the Lightsail instance where you want to utilize the storage disk.List<SdkField<?>>sdkFields()static Class<? extends AttachDiskRequest.Builder>serializableBuilderClass()AttachDiskRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
diskName
public final String diskName()
The unique Lightsail disk name (
my-disk).- Returns:
- The unique Lightsail disk name (
my-disk).
-
instanceName
public final String instanceName()
The name of the Lightsail instance where you want to utilize the storage disk.
- Returns:
- The name of the Lightsail instance where you want to utilize the storage disk.
-
diskPath
public final String diskPath()
The disk path to expose to the instance (
/dev/xvdf).- Returns:
- The disk path to expose to the instance (
/dev/xvdf).
-
autoMounting
public final 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.
- Returns:
- 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.
-
toBuilder
public AttachDiskRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AttachDiskRequest.Builder,AttachDiskRequest>- Specified by:
toBuilderin classLightsailRequest
-
builder
public static AttachDiskRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends AttachDiskRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-