Interface AttachedDisk.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AttachedDisk.Builder,AttachedDisk>,SdkBuilder<AttachedDisk.Builder,AttachedDisk>,SdkPojo
- Enclosing class:
- AttachedDisk
public static interface AttachedDisk.Builder extends SdkPojo, CopyableBuilder<AttachedDisk.Builder,AttachedDisk>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttachedDisk.Builderpath(String path)The path of the disk (/dev/xvdf).AttachedDisk.BuildersizeInGb(Integer sizeInGb)The size of the disk in GB.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
path
AttachedDisk.Builder path(String path)
The path of the disk (
/dev/xvdf).- Parameters:
path- The path of the disk (/dev/xvdf).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sizeInGb
AttachedDisk.Builder sizeInGb(Integer sizeInGb)
The size of the disk in GB.
- Parameters:
sizeInGb- The size of the disk in GB.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-