Uses of Class
software.amazon.awscdk.services.fsx.FileSystemProps.Builder
-
Uses of FileSystemProps.Builder in software.amazon.awscdk.services.fsx
Modifier and TypeMethodDescriptionSets the value ofFileSystemProps.getBackupId()
static FileSystemProps.Builder
FileSystemProps.builder()
Sets the value ofFileSystemProps.getKmsKey()
FileSystemProps.Builder.removalPolicy
(RemovalPolicy removalPolicy) Sets the value ofFileSystemProps.getRemovalPolicy()
FileSystemProps.Builder.securityGroup
(ISecurityGroup securityGroup) Sets the value ofFileSystemProps.getSecurityGroup()
FileSystemProps.Builder.storageCapacityGiB
(Number storageCapacityGiB) Sets the value ofFileSystemProps.getStorageCapacityGiB()
FileSystemProps.Builder.storageType
(StorageType storageType) Sets the value ofFileSystemProps.getStorageType()
Sets the value ofFileSystemProps.getVpc()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(FileSystemProps.Builder builder) Constructor that initializes the object based on literal property values passed by theFileSystemProps.Builder
.