| Package | Description |
|---|---|
| software.amazon.awssdk.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
LustreFileSystemConfiguration.Builder |
LustreFileSystemConfiguration.Builder.automaticBackupRetentionDays(Integer automaticBackupRetentionDays)
Sets the value of the AutomaticBackupRetentionDays property for this object.
|
static LustreFileSystemConfiguration.Builder |
LustreFileSystemConfiguration.builder() |
LustreFileSystemConfiguration.Builder |
LustreFileSystemConfiguration.Builder.copyTagsToBackups(Boolean copyTagsToBackups)
A boolean flag indicating whether tags on the file system are copied to backups.
|
LustreFileSystemConfiguration.Builder |
LustreFileSystemConfiguration.Builder.dailyAutomaticBackupStartTime(String dailyAutomaticBackupStartTime)
Sets the value of the DailyAutomaticBackupStartTime property for this object.
|
LustreFileSystemConfiguration.Builder |
LustreFileSystemConfiguration.Builder.dataCompressionType(DataCompressionType dataCompressionType)
The data compression configuration for the file system.
|
LustreFileSystemConfiguration.Builder |
LustreFileSystemConfiguration.Builder.dataCompressionType(String dataCompressionType)
The data compression configuration for the file system.
|
default LustreFileSystemConfiguration.Builder |
LustreFileSystemConfiguration.Builder.dataRepositoryConfiguration(Consumer<DataRepositoryConfiguration.Builder> dataRepositoryConfiguration)
Sets the value of the DataRepositoryConfiguration property for this object.
|
LustreFileSystemConfiguration.Builder |
LustreFileSystemConfiguration.Builder.dataRepositoryConfiguration(DataRepositoryConfiguration dataRepositoryConfiguration)
Sets the value of the DataRepositoryConfiguration property for this object.
|
LustreFileSystemConfiguration.Builder |
LustreFileSystemConfiguration.Builder.deploymentType(LustreDeploymentType deploymentType)
The deployment type of the FSx for Lustre file system.
|
LustreFileSystemConfiguration.Builder |
LustreFileSystemConfiguration.Builder.deploymentType(String deploymentType)
The deployment type of the FSx for Lustre file system.
|
LustreFileSystemConfiguration.Builder |
LustreFileSystemConfiguration.Builder.driveCacheType(DriveCacheType driveCacheType)
The type of drive cache used by
PERSISTENT_1 file systems that are provisioned with HDD storage
devices. |
LustreFileSystemConfiguration.Builder |
LustreFileSystemConfiguration.Builder.driveCacheType(String driveCacheType)
The type of drive cache used by
PERSISTENT_1 file systems that are provisioned with HDD storage
devices. |
default LustreFileSystemConfiguration.Builder |
LustreFileSystemConfiguration.Builder.logConfiguration(Consumer<LustreLogConfiguration.Builder> logConfiguration)
The Lustre logging configuration.
|
LustreFileSystemConfiguration.Builder |
LustreFileSystemConfiguration.Builder.logConfiguration(LustreLogConfiguration logConfiguration)
The Lustre logging configuration.
|
LustreFileSystemConfiguration.Builder |
LustreFileSystemConfiguration.Builder.mountName(String mountName)
You use the
MountName value when mounting the file system. |
LustreFileSystemConfiguration.Builder |
LustreFileSystemConfiguration.Builder.perUnitStorageThroughput(Integer perUnitStorageThroughput)
Per unit storage throughput represents the megabytes per second of read or write throughput per 1 tebibyte of
storage provisioned.
|
default LustreFileSystemConfiguration.Builder |
LustreFileSystemConfiguration.Builder.rootSquashConfiguration(Consumer<LustreRootSquashConfiguration.Builder> rootSquashConfiguration)
The Lustre root squash configuration for an Amazon FSx for Lustre file system.
|
LustreFileSystemConfiguration.Builder |
LustreFileSystemConfiguration.Builder.rootSquashConfiguration(LustreRootSquashConfiguration rootSquashConfiguration)
The Lustre root squash configuration for an Amazon FSx for Lustre file system.
|
LustreFileSystemConfiguration.Builder |
LustreFileSystemConfiguration.toBuilder() |
LustreFileSystemConfiguration.Builder |
LustreFileSystemConfiguration.Builder.weeklyMaintenanceStartTime(String weeklyMaintenanceStartTime)
The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LustreFileSystemConfiguration.Builder> |
LustreFileSystemConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default FileSystem.Builder |
FileSystem.Builder.lustreConfiguration(Consumer<LustreFileSystemConfiguration.Builder> lustreConfiguration)
Sets the value of the LustreConfiguration property for this object.
|
Copyright © 2023. All rights reserved.