Uses of Class
software.amazon.awscdk.services.fsx.CfnFileSystemProps.Builder
-
Uses of CfnFileSystemProps.Builder in software.amazon.awscdk.services.fsx
Modifier and TypeMethodDescriptionSets the value ofCfnFileSystemProps.getBackupId()
static CfnFileSystemProps.Builder
CfnFileSystemProps.builder()
CfnFileSystemProps.Builder.fileSystemType
(String fileSystemType) Sets the value ofCfnFileSystemProps.getFileSystemType()
CfnFileSystemProps.Builder.fileSystemTypeVersion
(String fileSystemTypeVersion) Sets the value ofCfnFileSystemProps.getFileSystemTypeVersion()
Sets the value ofCfnFileSystemProps.getKmsKeyId()
CfnFileSystemProps.Builder.lustreConfiguration
(IResolvable lustreConfiguration) Sets the value ofCfnFileSystemProps.getLustreConfiguration()
CfnFileSystemProps.Builder.lustreConfiguration
(CfnFileSystem.LustreConfigurationProperty lustreConfiguration) Sets the value ofCfnFileSystemProps.getLustreConfiguration()
CfnFileSystemProps.Builder.ontapConfiguration
(IResolvable ontapConfiguration) Sets the value ofCfnFileSystemProps.getOntapConfiguration()
CfnFileSystemProps.Builder.ontapConfiguration
(CfnFileSystem.OntapConfigurationProperty ontapConfiguration) Sets the value ofCfnFileSystemProps.getOntapConfiguration()
CfnFileSystemProps.Builder.openZfsConfiguration
(IResolvable openZfsConfiguration) Sets the value ofCfnFileSystemProps.getOpenZfsConfiguration()
CfnFileSystemProps.Builder.openZfsConfiguration
(CfnFileSystem.OpenZFSConfigurationProperty openZfsConfiguration) Sets the value ofCfnFileSystemProps.getOpenZfsConfiguration()
CfnFileSystemProps.Builder.securityGroupIds
(List<String> securityGroupIds) Sets the value ofCfnFileSystemProps.getSecurityGroupIds()
CfnFileSystemProps.Builder.storageCapacity
(Number storageCapacity) Sets the value ofCfnFileSystemProps.getStorageCapacity()
CfnFileSystemProps.Builder.storageType
(String storageType) Sets the value ofCfnFileSystemProps.getStorageType()
Sets the value ofCfnFileSystemProps.getSubnetIds()
Sets the value ofCfnFileSystemProps.getTags()
CfnFileSystemProps.Builder.windowsConfiguration
(IResolvable windowsConfiguration) Sets the value ofCfnFileSystemProps.getWindowsConfiguration()
CfnFileSystemProps.Builder.windowsConfiguration
(CfnFileSystem.WindowsConfigurationProperty windowsConfiguration) Sets the value ofCfnFileSystemProps.getWindowsConfiguration()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnFileSystemProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnFileSystemProps.Builder
.