public static interface LustreFileSystemConfiguration.Builder extends SdkPojo, CopyableBuilder<LustreFileSystemConfiguration.Builder,LustreFileSystemConfiguration>
| Modifier and Type | Method and Description |
|---|---|
LustreFileSystemConfiguration.Builder |
automaticBackupRetentionDays(Integer automaticBackupRetentionDays)
Sets the value of the AutomaticBackupRetentionDays property for this object.
|
LustreFileSystemConfiguration.Builder |
copyTagsToBackups(Boolean copyTagsToBackups)
A boolean flag indicating whether tags on the file system should be copied to backups.
|
LustreFileSystemConfiguration.Builder |
dailyAutomaticBackupStartTime(String dailyAutomaticBackupStartTime)
Sets the value of the DailyAutomaticBackupStartTime property for this object.
|
LustreFileSystemConfiguration.Builder |
dataCompressionType(DataCompressionType dataCompressionType)
The data compression configuration for the file system.
|
LustreFileSystemConfiguration.Builder |
dataCompressionType(String dataCompressionType)
The data compression configuration for the file system.
|
default LustreFileSystemConfiguration.Builder |
dataRepositoryConfiguration(Consumer<DataRepositoryConfiguration.Builder> dataRepositoryConfiguration)
Sets the value of the DataRepositoryConfiguration property for this object.
|
LustreFileSystemConfiguration.Builder |
dataRepositoryConfiguration(DataRepositoryConfiguration dataRepositoryConfiguration)
Sets the value of the DataRepositoryConfiguration property for this object.
|
LustreFileSystemConfiguration.Builder |
deploymentType(LustreDeploymentType deploymentType)
The deployment type of the FSX for Lustre file system.
|
LustreFileSystemConfiguration.Builder |
deploymentType(String deploymentType)
The deployment type of the FSX for Lustre file system.
|
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 |
driveCacheType(String driveCacheType)
The type of drive cache used by PERSISTENT_1 file systems that are provisioned with HDD storage devices.
|
LustreFileSystemConfiguration.Builder |
mountName(String mountName)
You use the
MountName value when mounting the file system. |
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.
|
LustreFileSystemConfiguration.Builder |
weeklyMaintenanceStartTime(String weeklyMaintenanceStartTime)
The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLustreFileSystemConfiguration.Builder weeklyMaintenanceStartTime(String weeklyMaintenanceStartTime)
The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone. d is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.
weeklyMaintenanceStartTime - The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone. d is
the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.LustreFileSystemConfiguration.Builder dataRepositoryConfiguration(DataRepositoryConfiguration dataRepositoryConfiguration)
dataRepositoryConfiguration - The new value for the DataRepositoryConfiguration property for this object.default LustreFileSystemConfiguration.Builder dataRepositoryConfiguration(Consumer<DataRepositoryConfiguration.Builder> dataRepositoryConfiguration)
DataRepositoryConfiguration.Builder avoiding
the need to create one manually via DataRepositoryConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to dataRepositoryConfiguration(DataRepositoryConfiguration).dataRepositoryConfiguration - a consumer that will call methods on DataRepositoryConfiguration.BuilderdataRepositoryConfiguration(DataRepositoryConfiguration)LustreFileSystemConfiguration.Builder deploymentType(String deploymentType)
The deployment type of the FSX for Lustre file system. Scratch deployment type is designed for temporary storage and shorter-term processing of data.
SCRATCH_1 and SCRATCH_2 deployment types are best suited for when you need
temporary storage and shorter-term processing of data. The SCRATCH_2 deployment type provides
in-transit encryption of data and higher burst throughput capacity than SCRATCH_1.
The PERSISTENT_1 deployment type is used for longer-term storage and workloads and encryption of
data in transit. To learn more about deployment types, see FSx for Lustre
Deployment Options. (Default = SCRATCH_1)
deploymentType - The deployment type of the FSX for Lustre file system. Scratch deployment type is designed for
temporary storage and shorter-term processing of data.
SCRATCH_1 and SCRATCH_2 deployment types are best suited for when you need
temporary storage and shorter-term processing of data. The SCRATCH_2 deployment type
provides in-transit encryption of data and higher burst throughput capacity than
SCRATCH_1.
The PERSISTENT_1 deployment type is used for longer-term storage and workloads and
encryption of data in transit. To learn more about deployment types, see FSx for Lustre
Deployment Options. (Default = SCRATCH_1)
LustreDeploymentType,
LustreDeploymentTypeLustreFileSystemConfiguration.Builder deploymentType(LustreDeploymentType deploymentType)
The deployment type of the FSX for Lustre file system. Scratch deployment type is designed for temporary storage and shorter-term processing of data.
SCRATCH_1 and SCRATCH_2 deployment types are best suited for when you need
temporary storage and shorter-term processing of data. The SCRATCH_2 deployment type provides
in-transit encryption of data and higher burst throughput capacity than SCRATCH_1.
The PERSISTENT_1 deployment type is used for longer-term storage and workloads and encryption of
data in transit. To learn more about deployment types, see FSx for Lustre
Deployment Options. (Default = SCRATCH_1)
deploymentType - The deployment type of the FSX for Lustre file system. Scratch deployment type is designed for
temporary storage and shorter-term processing of data.
SCRATCH_1 and SCRATCH_2 deployment types are best suited for when you need
temporary storage and shorter-term processing of data. The SCRATCH_2 deployment type
provides in-transit encryption of data and higher burst throughput capacity than
SCRATCH_1.
The PERSISTENT_1 deployment type is used for longer-term storage and workloads and
encryption of data in transit. To learn more about deployment types, see FSx for Lustre
Deployment Options. (Default = SCRATCH_1)
LustreDeploymentType,
LustreDeploymentTypeLustreFileSystemConfiguration.Builder perUnitStorageThroughput(Integer perUnitStorageThroughput)
Per unit storage throughput represents the megabytes per second of read or write throughput per 1 tebibyte of
storage provisioned. File system throughput capacity is equal to Storage capacity (TiB) *
PerUnitStorageThroughput (MB/s/TiB). This option is only valid for PERSISTENT_1 deployment
types.
Valid values for SSD storage: 50, 100, 200. Valid values for HDD storage: 12, 40.
perUnitStorageThroughput - Per unit storage throughput represents the megabytes per second of read or write throughput per 1
tebibyte of storage provisioned. File system throughput capacity is equal to Storage capacity (TiB) *
PerUnitStorageThroughput (MB/s/TiB). This option is only valid for PERSISTENT_1
deployment types.
Valid values for SSD storage: 50, 100, 200. Valid values for HDD storage: 12, 40.
LustreFileSystemConfiguration.Builder mountName(String mountName)
You use the MountName value when mounting the file system.
For the SCRATCH_1 deployment type, this value is always "fsx". For
SCRATCH_2 and PERSISTENT_1 deployment types, this value is a string that is unique
within an AWS Region.
mountName - You use the MountName value when mounting the file system.
For the SCRATCH_1 deployment type, this value is always "fsx". For
SCRATCH_2 and PERSISTENT_1 deployment types, this value is a string that is
unique within an AWS Region.
LustreFileSystemConfiguration.Builder dailyAutomaticBackupStartTime(String dailyAutomaticBackupStartTime)
dailyAutomaticBackupStartTime - The new value for the DailyAutomaticBackupStartTime property for this object.LustreFileSystemConfiguration.Builder automaticBackupRetentionDays(Integer automaticBackupRetentionDays)
automaticBackupRetentionDays - The new value for the AutomaticBackupRetentionDays property for this object.LustreFileSystemConfiguration.Builder copyTagsToBackups(Boolean copyTagsToBackups)
A boolean flag indicating whether tags on the file system should be copied to backups. If it's set to true, all tags on the file system are copied to all automatic backups and any user-initiated backups where the user doesn't specify any tags. If this value is true, and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value. (Default = false)
copyTagsToBackups - A boolean flag indicating whether tags on the file system should be copied to backups. If it's set to
true, all tags on the file system are copied to all automatic backups and any user-initiated backups
where the user doesn't specify any tags. If this value is true, and you specify one or more tags, only
the specified tags are copied to backups. If you specify one or more tags when creating a
user-initiated backup, no tags are copied from the file system, regardless of this value. (Default =
false)LustreFileSystemConfiguration.Builder driveCacheType(String driveCacheType)
The type of drive cache used by PERSISTENT_1 file systems that are provisioned with HDD storage devices. This
parameter is required when storage type is HDD. Set to READ, improve the performance for
frequently accessed files and allows 20% of the total storage capacity of the file system to be cached.
This parameter is required when StorageType is set to HDD.
driveCacheType - The type of drive cache used by PERSISTENT_1 file systems that are provisioned with HDD storage
devices. This parameter is required when storage type is HDD. Set to READ, improve the
performance for frequently accessed files and allows 20% of the total storage capacity of the file
system to be cached.
This parameter is required when StorageType is set to HDD.
DriveCacheType,
DriveCacheTypeLustreFileSystemConfiguration.Builder driveCacheType(DriveCacheType driveCacheType)
The type of drive cache used by PERSISTENT_1 file systems that are provisioned with HDD storage devices. This
parameter is required when storage type is HDD. Set to READ, improve the performance for
frequently accessed files and allows 20% of the total storage capacity of the file system to be cached.
This parameter is required when StorageType is set to HDD.
driveCacheType - The type of drive cache used by PERSISTENT_1 file systems that are provisioned with HDD storage
devices. This parameter is required when storage type is HDD. Set to READ, improve the
performance for frequently accessed files and allows 20% of the total storage capacity of the file
system to be cached.
This parameter is required when StorageType is set to HDD.
DriveCacheType,
DriveCacheTypeLustreFileSystemConfiguration.Builder dataCompressionType(String dataCompressionType)
The data compression configuration for the file system. DataCompressionType can have the
following values:
NONE - Data compression is turned off for the file system.
LZ4 - Data compression is turned on with the LZ4 algorithm.
For more information, see Lustre data compression.
dataCompressionType - The data compression configuration for the file system. DataCompressionType can have the
following values:
NONE - Data compression is turned off for the file system.
LZ4 - Data compression is turned on with the LZ4 algorithm.
For more information, see Lustre data compression.
DataCompressionType,
DataCompressionTypeLustreFileSystemConfiguration.Builder dataCompressionType(DataCompressionType dataCompressionType)
The data compression configuration for the file system. DataCompressionType can have the
following values:
NONE - Data compression is turned off for the file system.
LZ4 - Data compression is turned on with the LZ4 algorithm.
For more information, see Lustre data compression.
dataCompressionType - The data compression configuration for the file system. DataCompressionType can have the
following values:
NONE - Data compression is turned off for the file system.
LZ4 - Data compression is turned on with the LZ4 algorithm.
For more information, see Lustre data compression.
DataCompressionType,
DataCompressionTypeCopyright © 2021. All rights reserved.