@Generated(value="software.amazon.awssdk:codegen") public final class NFSOnDeviceServiceConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NFSOnDeviceServiceConfiguration.Builder,NFSOnDeviceServiceConfiguration>
An object that represents metadata and configuration settings for NFS service on an AWS Snow Family device.
| Modifier and Type | Class and Description |
|---|---|
static interface |
NFSOnDeviceServiceConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static NFSOnDeviceServiceConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends NFSOnDeviceServiceConfiguration.Builder> |
serializableBuilderClass() |
Integer |
storageLimit()
The maximum NFS storage for one Snowball Family device.
|
StorageUnit |
storageUnit()
The scale unit of the NFS storage on the device.
|
String |
storageUnitAsString()
The scale unit of the NFS storage on the device.
|
NFSOnDeviceServiceConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer storageLimit()
The maximum NFS storage for one Snowball Family device.
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, storageUnit will
return StorageUnit.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
storageUnitAsString().
Valid values: TB.
StorageUnitpublic 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, storageUnit will
return StorageUnit.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
storageUnitAsString().
Valid values: TB.
StorageUnitpublic NFSOnDeviceServiceConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<NFSOnDeviceServiceConfiguration.Builder,NFSOnDeviceServiceConfiguration>public static NFSOnDeviceServiceConfiguration.Builder builder()
public static Class<? extends NFSOnDeviceServiceConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.