Class NFSOnDeviceServiceConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.snowball.model.NFSOnDeviceServiceConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<NFSOnDeviceServiceConfiguration.Builder,NFSOnDeviceServiceConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class NFSOnDeviceServiceConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NFSOnDeviceServiceConfiguration.Builder,NFSOnDeviceServiceConfiguration>
An object that represents the metadata and configuration settings for the NFS (Network File System) service on an Amazon Web Services Snow Family device.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceNFSOnDeviceServiceConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NFSOnDeviceServiceConfiguration.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends NFSOnDeviceServiceConfiguration.Builder>serializableBuilderClass()IntegerstorageLimit()The maximum NFS storage for one Snow Family device.StorageUnitstorageUnit()The scale unit of the NFS storage on the device.StringstorageUnitAsString()The scale unit of the NFS storage on the device.NFSOnDeviceServiceConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
storageLimit
public final Integer storageLimit()
The maximum NFS storage for one Snow Family device.
- Returns:
- The maximum NFS storage for one Snow Family device.
-
storageUnit
public final StorageUnit storageUnit()
The scale unit of the NFS storage on the device.
Valid values: TB.
If the service returns an enum value that is not available in the current SDK version,
storageUnitwill returnStorageUnit.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstorageUnitAsString().- Returns:
- The scale unit of the NFS storage on the device.
Valid values: TB.
- See Also:
StorageUnit
-
storageUnitAsString
public final String storageUnitAsString()
The scale unit of the NFS storage on the device.
Valid values: TB.
If the service returns an enum value that is not available in the current SDK version,
storageUnitwill returnStorageUnit.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstorageUnitAsString().- Returns:
- The scale unit of the NFS storage on the device.
Valid values: TB.
- See Also:
StorageUnit
-
toBuilder
public NFSOnDeviceServiceConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<NFSOnDeviceServiceConfiguration.Builder,NFSOnDeviceServiceConfiguration>
-
builder
public static NFSOnDeviceServiceConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends NFSOnDeviceServiceConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-