Class FileCacheLustreConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.fsx.model.FileCacheLustreConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FileCacheLustreConfiguration.Builder,FileCacheLustreConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class FileCacheLustreConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FileCacheLustreConfiguration.Builder,FileCacheLustreConfiguration>
The configuration for the Amazon File Cache resource.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFileCacheLustreConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FileCacheLustreConfiguration.Builderbuilder()FileCacheLustreDeploymentTypedeploymentType()The deployment type of the Amazon File Cache resource, which must beCACHE_1.StringdeploymentTypeAsString()The deployment type of the Amazon File Cache resource, which must beCACHE_1.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()LustreLogConfigurationlogConfiguration()The configuration for Lustre logging used to write the enabled logging events for your Amazon File Cache resource to Amazon CloudWatch Logs.FileCacheLustreMetadataConfigurationmetadataConfiguration()The configuration for a Lustre MDT (Metadata Target) storage volume.StringmountName()You use theMountNamevalue when mounting the cache.IntegerperUnitStorageThroughput()Per unit storage throughput represents the megabytes per second of read or write throughput per 1 tebibyte of storage provisioned.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends FileCacheLustreConfiguration.Builder>serializableBuilderClass()FileCacheLustreConfiguration.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()
Per unit storage throughput represents the megabytes per second of read or write throughput per 1 tebibyte of storage provisioned. Cache throughput capacity is equal to Storage capacity (TiB) * PerUnitStorageThroughput (MB/s/TiB). The only supported value is
1000.- Returns:
- Per unit storage throughput represents the megabytes per second of read or write throughput per 1
tebibyte of storage provisioned. Cache throughput capacity is equal to Storage capacity (TiB) *
PerUnitStorageThroughput (MB/s/TiB). The only supported value is
1000.
-
deploymentType
public final FileCacheLustreDeploymentType deploymentType()
The deployment type of the Amazon File Cache resource, 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:
- The deployment type of the Amazon File Cache resource, which must be
CACHE_1. - See Also:
FileCacheLustreDeploymentType
-
deploymentTypeAsString
public final String deploymentTypeAsString()
The deployment type of the Amazon File Cache resource, 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:
- The deployment type of the Amazon File Cache resource, which must be
CACHE_1. - See Also:
FileCacheLustreDeploymentType
-
mountName
public final String mountName()
You use the
MountNamevalue when mounting the cache. If you pass a cache ID to theDescribeFileCachesoperation, it returns the theMountNamevalue as part of the cache's description.- Returns:
- You use the
MountNamevalue when mounting the cache. If you pass a cache ID to theDescribeFileCachesoperation, it returns the theMountNamevalue as part of the cache's description.
-
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.
-
logConfiguration
public final LustreLogConfiguration logConfiguration()
The configuration for Lustre logging used to write the enabled logging events for your Amazon File Cache resource to Amazon CloudWatch Logs.
- Returns:
- The configuration for Lustre logging used to write the enabled logging events for your Amazon File Cache resource to Amazon CloudWatch Logs.
-
toBuilder
public FileCacheLustreConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FileCacheLustreConfiguration.Builder,FileCacheLustreConfiguration>
-
builder
public static FileCacheLustreConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends FileCacheLustreConfiguration.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
-
-