Interface DiskSnapshotInfo.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DiskSnapshotInfo.Builder,DiskSnapshotInfo>,SdkBuilder<DiskSnapshotInfo.Builder,DiskSnapshotInfo>,SdkPojo
- Enclosing class:
- DiskSnapshotInfo
public static interface DiskSnapshotInfo.Builder extends SdkPojo, CopyableBuilder<DiskSnapshotInfo.Builder,DiskSnapshotInfo>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DiskSnapshotInfo.BuildersizeInGb(Integer sizeInGb)The size of the disk in GB (32).-
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
-
sizeInGb
DiskSnapshotInfo.Builder sizeInGb(Integer sizeInGb)
The size of the disk in GB (
32).- Parameters:
sizeInGb- The size of the disk in GB (32).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-