Interface NFSOnDeviceServiceConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<NFSOnDeviceServiceConfiguration.Builder,NFSOnDeviceServiceConfiguration>,SdkBuilder<NFSOnDeviceServiceConfiguration.Builder,NFSOnDeviceServiceConfiguration>,SdkPojo
- Enclosing class:
- NFSOnDeviceServiceConfiguration
public static interface NFSOnDeviceServiceConfiguration.Builder extends SdkPojo, CopyableBuilder<NFSOnDeviceServiceConfiguration.Builder,NFSOnDeviceServiceConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NFSOnDeviceServiceConfiguration.BuilderstorageLimit(Integer storageLimit)The maximum NFS storage for one Snow Family device.NFSOnDeviceServiceConfiguration.BuilderstorageUnit(String storageUnit)The scale unit of the NFS storage on the device.NFSOnDeviceServiceConfiguration.BuilderstorageUnit(StorageUnit storageUnit)The scale unit of the NFS storage on the device.-
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
-
storageLimit
NFSOnDeviceServiceConfiguration.Builder storageLimit(Integer storageLimit)
The maximum NFS storage for one Snow Family device.
- Parameters:
storageLimit- The maximum NFS storage for one Snow Family device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
storageUnit
NFSOnDeviceServiceConfiguration.Builder storageUnit(String storageUnit)
The scale unit of the NFS storage on the device.
Valid values: TB.
- Parameters:
storageUnit- The scale unit of the NFS storage on the device.Valid values: TB.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StorageUnit,StorageUnit
-
storageUnit
NFSOnDeviceServiceConfiguration.Builder storageUnit(StorageUnit storageUnit)
The scale unit of the NFS storage on the device.
Valid values: TB.
- Parameters:
storageUnit- The scale unit of the NFS storage on the device.Valid values: TB.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StorageUnit,StorageUnit
-
-