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