Interface Volume.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Volume.Builder,Volume>,SdkBuilder<Volume.Builder,Volume>,SdkPojo
- Enclosing class:
- Volume
public static interface Volume.Builder extends SdkPojo, CopyableBuilder<Volume.Builder,Volume>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Volume.BuildervolumeName(String volumeName)A unique identifier for the volume.Volume.BuildervolumeType(String volumeType)The type of file system volume.Volume.BuildervolumeType(VolumeType volumeType)The type of file system 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
-
volumeName
Volume.Builder volumeName(String volumeName)
A unique identifier for the volume.
- Parameters:
volumeName- A unique identifier for the volume.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
volumeType
Volume.Builder volumeType(String volumeType)
The type of file system volume. Currently, FinSpace only supports
NAS_1volume type.- Parameters:
volumeType- The type of file system volume. Currently, FinSpace only supportsNAS_1volume type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VolumeType,VolumeType
-
volumeType
Volume.Builder volumeType(VolumeType volumeType)
The type of file system volume. Currently, FinSpace only supports
NAS_1volume type.- Parameters:
volumeType- The type of file system volume. Currently, FinSpace only supportsNAS_1volume type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VolumeType,VolumeType
-
-