Class CreateFileCacheLustreConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.fsx.model.CreateFileCacheLustreConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CreateFileCacheLustreConfiguration.Builder,CreateFileCacheLustreConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class CreateFileCacheLustreConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CreateFileCacheLustreConfiguration.Builder,CreateFileCacheLustreConfiguration>
The Amazon File Cache configuration for the cache that you are creating.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCreateFileCacheLustreConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreateFileCacheLustreConfiguration.Builderbuilder()FileCacheLustreDeploymentTypedeploymentType()Specifies the cache deployment type, which must beCACHE_1.StringdeploymentTypeAsString()Specifies the cache deployment type, which must beCACHE_1.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()FileCacheLustreMetadataConfigurationmetadataConfiguration()The configuration for a Lustre MDT (Metadata Target) storage volume.IntegerperUnitStorageThroughput()Provisions the amount of read and write throughput for each 1 tebibyte (TiB) of cache storage capacity, in MB/s/TiB.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends CreateFileCacheLustreConfiguration.Builder>serializableBuilderClass()CreateFileCacheLustreConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringweeklyMaintenanceStartTime()Returns the value of the WeeklyMaintenanceStartTime property for 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
-
perUnitStorageThroughput
public final Integer perUnitStorageThroughput()
Provisions the amount of read and write throughput for each 1 tebibyte (TiB) of cache storage capacity, in MB/s/TiB. The only supported value is
1000.- Returns:
- Provisions the amount of read and write throughput for each 1 tebibyte (TiB) of cache storage capacity,
in MB/s/TiB. The only supported value is
1000.
-
deploymentType
public final FileCacheLustreDeploymentType deploymentType()
Specifies the cache deployment type, which must be
CACHE_1.If the service returns an enum value that is not available in the current SDK version,
deploymentTypewill returnFileCacheLustreDeploymentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdeploymentTypeAsString().- Returns:
- Specifies the cache deployment type, which must be
CACHE_1. - See Also:
FileCacheLustreDeploymentType
-
deploymentTypeAsString
public final String deploymentTypeAsString()
Specifies the cache deployment type, which must be
CACHE_1.If the service returns an enum value that is not available in the current SDK version,
deploymentTypewill returnFileCacheLustreDeploymentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdeploymentTypeAsString().- Returns:
- Specifies the cache deployment type, which must be
CACHE_1. - See Also:
FileCacheLustreDeploymentType
-
weeklyMaintenanceStartTime
public final String weeklyMaintenanceStartTime()
Returns the value of the WeeklyMaintenanceStartTime property for this object.- Returns:
- The value of the WeeklyMaintenanceStartTime property for this object.
-
metadataConfiguration
public final FileCacheLustreMetadataConfiguration metadataConfiguration()
The configuration for a Lustre MDT (Metadata Target) storage volume.
- Returns:
- The configuration for a Lustre MDT (Metadata Target) storage volume.
-
toBuilder
public CreateFileCacheLustreConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CreateFileCacheLustreConfiguration.Builder,CreateFileCacheLustreConfiguration>
-
builder
public static CreateFileCacheLustreConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends CreateFileCacheLustreConfiguration.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
-
-