@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NFSOnDeviceServiceConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
An object that represents metadata and configuration settings for NFS service on an AWS Snow Family device.
| Constructor and Description |
|---|
NFSOnDeviceServiceConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
NFSOnDeviceServiceConfiguration |
clone() |
boolean |
equals(Object obj) |
Integer |
getStorageLimit()
The maximum NFS storage for one Snowball Family device.
|
String |
getStorageUnit()
The scale unit of the NFS storage on the device.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setStorageLimit(Integer storageLimit)
The maximum NFS storage for one Snowball Family device.
|
void |
setStorageUnit(String storageUnit)
The scale unit of the NFS storage on the device.
|
String |
toString()
Returns a string representation of this object.
|
NFSOnDeviceServiceConfiguration |
withStorageLimit(Integer storageLimit)
The maximum NFS storage for one Snowball Family device.
|
NFSOnDeviceServiceConfiguration |
withStorageUnit(StorageUnit storageUnit)
The scale unit of the NFS storage on the device.
|
NFSOnDeviceServiceConfiguration |
withStorageUnit(String storageUnit)
The scale unit of the NFS storage on the device.
|
public void setStorageLimit(Integer storageLimit)
The maximum NFS storage for one Snowball Family device.
storageLimit - The maximum NFS storage for one Snowball Family device.public Integer getStorageLimit()
The maximum NFS storage for one Snowball Family device.
public NFSOnDeviceServiceConfiguration withStorageLimit(Integer storageLimit)
The maximum NFS storage for one Snowball Family device.
storageLimit - The maximum NFS storage for one Snowball Family device.public void setStorageUnit(String storageUnit)
The scale unit of the NFS storage on the device.
Valid values: TB.
storageUnit - The scale unit of the NFS storage on the device.
Valid values: TB.
StorageUnitpublic String getStorageUnit()
The scale unit of the NFS storage on the device.
Valid values: TB.
Valid values: TB.
StorageUnitpublic NFSOnDeviceServiceConfiguration withStorageUnit(String storageUnit)
The scale unit of the NFS storage on the device.
Valid values: TB.
storageUnit - The scale unit of the NFS storage on the device.
Valid values: TB.
StorageUnitpublic NFSOnDeviceServiceConfiguration withStorageUnit(StorageUnit storageUnit)
The scale unit of the NFS storage on the device.
Valid values: TB.
storageUnit - The scale unit of the NFS storage on the device.
Valid values: TB.
StorageUnitpublic String toString()
toString in class ObjectObject.toString()public NFSOnDeviceServiceConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.