| Package | Description |
|---|---|
| software.amazon.awssdk.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
CreateFileSystemLustreConfiguration.Builder |
CreateFileSystemLustreConfiguration.Builder.autoImportPolicy(AutoImportPolicyType autoImportPolicy)
(Optional) When you create your file system, your existing S3 objects appear as file and directory listings.
|
CreateFileSystemLustreConfiguration.Builder |
CreateFileSystemLustreConfiguration.Builder.autoImportPolicy(String autoImportPolicy)
(Optional) When you create your file system, your existing S3 objects appear as file and directory listings.
|
CreateFileSystemLustreConfiguration.Builder |
CreateFileSystemLustreConfiguration.Builder.automaticBackupRetentionDays(Integer automaticBackupRetentionDays)
The number of days to retain automatic backups.
|
static CreateFileSystemLustreConfiguration.Builder |
CreateFileSystemLustreConfiguration.builder() |
CreateFileSystemLustreConfiguration.Builder |
CreateFileSystemLustreConfiguration.Builder.copyTagsToBackups(Boolean copyTagsToBackups)
(Optional) Not available for use with file systems that are linked to a data repository.
|
CreateFileSystemLustreConfiguration.Builder |
CreateFileSystemLustreConfiguration.Builder.dailyAutomaticBackupStartTime(String dailyAutomaticBackupStartTime)
Sets the value of the DailyAutomaticBackupStartTime property for this object.
|
CreateFileSystemLustreConfiguration.Builder |
CreateFileSystemLustreConfiguration.Builder.dataCompressionType(DataCompressionType dataCompressionType)
Sets the data compression configuration for the file system.
|
CreateFileSystemLustreConfiguration.Builder |
CreateFileSystemLustreConfiguration.Builder.dataCompressionType(String dataCompressionType)
Sets the data compression configuration for the file system.
|
CreateFileSystemLustreConfiguration.Builder |
CreateFileSystemLustreConfiguration.Builder.deploymentType(LustreDeploymentType deploymentType)
(Optional) Choose
SCRATCH_1 and SCRATCH_2 deployment types when you need temporary
storage and shorter-term processing of data. |
CreateFileSystemLustreConfiguration.Builder |
CreateFileSystemLustreConfiguration.Builder.deploymentType(String deploymentType)
(Optional) Choose
SCRATCH_1 and SCRATCH_2 deployment types when you need temporary
storage and shorter-term processing of data. |
CreateFileSystemLustreConfiguration.Builder |
CreateFileSystemLustreConfiguration.Builder.driveCacheType(DriveCacheType driveCacheType)
The type of drive cache used by
PERSISTENT_1 file systems that are provisioned with HDD storage
devices. |
CreateFileSystemLustreConfiguration.Builder |
CreateFileSystemLustreConfiguration.Builder.driveCacheType(String driveCacheType)
The type of drive cache used by
PERSISTENT_1 file systems that are provisioned with HDD storage
devices. |
CreateFileSystemLustreConfiguration.Builder |
CreateFileSystemLustreConfiguration.Builder.exportPath(String exportPath)
(Optional) Specifies the path in the Amazon S3 bucket where the root of your Amazon FSx file system is
exported.
|
CreateFileSystemLustreConfiguration.Builder |
CreateFileSystemLustreConfiguration.Builder.importedFileChunkSize(Integer importedFileChunkSize)
(Optional) For files imported from a data repository, this value determines the stripe count and maximum
amount of data per file (in MiB) stored on a single physical disk.
|
CreateFileSystemLustreConfiguration.Builder |
CreateFileSystemLustreConfiguration.Builder.importPath(String importPath)
(Optional) The path to the Amazon S3 bucket (including the optional prefix) that you're using as the data
repository for your Amazon FSx for Lustre file system.
|
default CreateFileSystemLustreConfiguration.Builder |
CreateFileSystemLustreConfiguration.Builder.logConfiguration(Consumer<LustreLogCreateConfiguration.Builder> logConfiguration)
The Lustre logging configuration used when creating an Amazon FSx for Lustre file system.
|
CreateFileSystemLustreConfiguration.Builder |
CreateFileSystemLustreConfiguration.Builder.logConfiguration(LustreLogCreateConfiguration logConfiguration)
The Lustre logging configuration used when creating an Amazon FSx for Lustre file system.
|
CreateFileSystemLustreConfiguration.Builder |
CreateFileSystemLustreConfiguration.Builder.perUnitStorageThroughput(Integer perUnitStorageThroughput)
Required with
PERSISTENT_1 and PERSISTENT_2 deployment types, provisions the amount
of read and write throughput for each 1 tebibyte (TiB) of file system storage capacity, in MB/s/TiB. |
default CreateFileSystemLustreConfiguration.Builder |
CreateFileSystemLustreConfiguration.Builder.rootSquashConfiguration(Consumer<LustreRootSquashConfiguration.Builder> rootSquashConfiguration)
The Lustre root squash configuration used when creating an Amazon FSx for Lustre file system.
|
CreateFileSystemLustreConfiguration.Builder |
CreateFileSystemLustreConfiguration.Builder.rootSquashConfiguration(LustreRootSquashConfiguration rootSquashConfiguration)
The Lustre root squash configuration used when creating an Amazon FSx for Lustre file system.
|
CreateFileSystemLustreConfiguration.Builder |
CreateFileSystemLustreConfiguration.toBuilder() |
CreateFileSystemLustreConfiguration.Builder |
CreateFileSystemLustreConfiguration.Builder.weeklyMaintenanceStartTime(String weeklyMaintenanceStartTime)
(Optional) The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone,
where d is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateFileSystemLustreConfiguration.Builder> |
CreateFileSystemLustreConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateFileSystemFromBackupRequest.Builder |
CreateFileSystemFromBackupRequest.Builder.lustreConfiguration(Consumer<CreateFileSystemLustreConfiguration.Builder> lustreConfiguration)
Sets the value of the LustreConfiguration property for this object.
|
default CreateFileSystemRequest.Builder |
CreateFileSystemRequest.Builder.lustreConfiguration(Consumer<CreateFileSystemLustreConfiguration.Builder> lustreConfiguration)
Sets the value of the LustreConfiguration property for this object.
|
Copyright © 2023. All rights reserved.