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
Modifier and TypeMethodDescriptionstorageLimit
(Integer storageLimit) The maximum NFS storage for one Snow Family device.storageUnit
(String storageUnit) The scale unit of the NFS storage on the device.storageUnit
(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, sdkFields
-
Method Details
-
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
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
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:
-