Uses of Class
software.amazon.awscdk.services.fsx.LustreConfiguration.Builder
-
Uses of LustreConfiguration.Builder in software.amazon.awscdk.services.fsx
Modifier and TypeMethodDescriptionLustreConfiguration.Builder.autoImportPolicy
(LustreAutoImportPolicy autoImportPolicy) Sets the value ofLustreConfiguration.getAutoImportPolicy()
LustreConfiguration.Builder.automaticBackupRetention
(Duration automaticBackupRetention) Sets the value ofLustreConfiguration.getAutomaticBackupRetention()
static LustreConfiguration.Builder
LustreConfiguration.builder()
LustreConfiguration.Builder.copyTagsToBackups
(Boolean copyTagsToBackups) Sets the value ofLustreConfiguration.getCopyTagsToBackups()
LustreConfiguration.Builder.dailyAutomaticBackupStartTime
(DailyAutomaticBackupStartTime dailyAutomaticBackupStartTime) Sets the value ofLustreConfiguration.getDailyAutomaticBackupStartTime()
LustreConfiguration.Builder.dataCompressionType
(LustreDataCompressionType dataCompressionType) Sets the value ofLustreConfiguration.getDataCompressionType()
LustreConfiguration.Builder.deploymentType
(LustreDeploymentType deploymentType) Sets the value ofLustreConfiguration.getDeploymentType()
LustreConfiguration.Builder.driveCacheType
(DriveCacheType driveCacheType) Sets the value ofLustreConfiguration.getDriveCacheType()
LustreConfiguration.Builder.exportPath
(String exportPath) Sets the value ofLustreConfiguration.getExportPath()
LustreConfiguration.Builder.importedFileChunkSizeMiB
(Number importedFileChunkSizeMiB) Sets the value ofLustreConfiguration.getImportedFileChunkSizeMiB()
LustreConfiguration.Builder.importPath
(String importPath) Sets the value ofLustreConfiguration.getImportPath()
LustreConfiguration.Builder.perUnitStorageThroughput
(Number perUnitStorageThroughput) Sets the value ofLustreConfiguration.getPerUnitStorageThroughput()
LustreConfiguration.Builder.weeklyMaintenanceStartTime
(LustreMaintenanceTime weeklyMaintenanceStartTime) Sets the value ofLustreConfiguration.getWeeklyMaintenanceStartTime()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(LustreConfiguration.Builder builder) Constructor that initializes the object based on literal property values passed by theLustreConfiguration.Builder
.