Interface EbsVolume.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EbsVolume.Builder,EbsVolume>,SdkBuilder<EbsVolume.Builder,EbsVolume>,SdkPojo
- Enclosing class:
- EbsVolume
public static interface EbsVolume.Builder extends SdkPojo, CopyableBuilder<EbsVolume.Builder,EbsVolume>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EbsVolume.Builderdevice(String device)The device name that is exposed to the instance, such as /dev/sdh.EbsVolume.BuildervolumeId(String volumeId)The volume identifier of the EBS volume.-
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
-
device
EbsVolume.Builder device(String device)
The device name that is exposed to the instance, such as /dev/sdh.
- Parameters:
device- The device name that is exposed to the instance, such as /dev/sdh.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
volumeId
EbsVolume.Builder volumeId(String volumeId)
The volume identifier of the EBS volume.
- Parameters:
volumeId- The volume identifier of the EBS volume.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-