Class KxNAS1Configuration
- java.lang.Object
-
- software.amazon.awssdk.services.finspace.model.KxNAS1Configuration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<KxNAS1Configuration.Builder,KxNAS1Configuration>
@Generated("software.amazon.awssdk:codegen") public final class KxNAS1Configuration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<KxNAS1Configuration.Builder,KxNAS1Configuration>
The structure containing the size and type of the network attached storage (NAS_1) file system volume.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceKxNAS1Configuration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static KxNAS1Configuration.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends KxNAS1Configuration.Builder>serializableBuilderClass()Integersize()The size of the network attached storage.KxNAS1Configuration.BuildertoBuilder()StringtoString()Returns a string representation of this object.KxNAS1Typetype()The type of the network attached storage.StringtypeAsString()The type of the network attached storage.-
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
-
type
public final KxNAS1Type type()
The type of the network attached storage.
If the service returns an enum value that is not available in the current SDK version,
typewill returnKxNAS1Type.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of the network attached storage.
- See Also:
KxNAS1Type
-
typeAsString
public final String typeAsString()
The type of the network attached storage.
If the service returns an enum value that is not available in the current SDK version,
typewill returnKxNAS1Type.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of the network attached storage.
- See Also:
KxNAS1Type
-
size
public final Integer size()
The size of the network attached storage. For storage type
SSD_1000andSSD_250you can select the minimum size as 1200 GB or increments of 2400 GB. For storage typeHDD_12you can select the minimum size as 6000 GB or increments of 6000 GB.- Returns:
- The size of the network attached storage. For storage type
SSD_1000andSSD_250you can select the minimum size as 1200 GB or increments of 2400 GB. For storage typeHDD_12you can select the minimum size as 6000 GB or increments of 6000 GB.
-
toBuilder
public KxNAS1Configuration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<KxNAS1Configuration.Builder,KxNAS1Configuration>
-
builder
public static KxNAS1Configuration.Builder builder()
-
serializableBuilderClass
public static Class<? extends KxNAS1Configuration.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.
-
-