Uses of Class
software.amazon.awscdk.services.efs.FileSystemProps.Builder
Package
Description
Amazon Elastic File System Construct Library
-
Uses of FileSystemProps.Builder in software.amazon.awscdk.services.efs
Modifier and TypeMethodDescriptionstatic FileSystemProps.Builder
FileSystemProps.builder()
FileSystemProps.Builder.enableAutomaticBackups
(Boolean enableAutomaticBackups) Sets the value ofFileSystemProps.getEnableAutomaticBackups()
Sets the value ofFileSystemProps.getEncrypted()
FileSystemProps.Builder.fileSystemName
(String fileSystemName) Sets the value ofFileSystemProps.getFileSystemName()
Sets the value ofFileSystemProps.getKmsKey()
FileSystemProps.Builder.lifecyclePolicy
(LifecyclePolicy lifecyclePolicy) Sets the value ofFileSystemProps.getLifecyclePolicy()
FileSystemProps.Builder.outOfInfrequentAccessPolicy
(OutOfInfrequentAccessPolicy outOfInfrequentAccessPolicy) Sets the value ofFileSystemProps.getOutOfInfrequentAccessPolicy()
FileSystemProps.Builder.performanceMode
(PerformanceMode performanceMode) Sets the value ofFileSystemProps.getPerformanceMode()
FileSystemProps.Builder.provisionedThroughputPerSecond
(Size provisionedThroughputPerSecond) Sets the value ofFileSystemProps.getProvisionedThroughputPerSecond()
FileSystemProps.Builder.removalPolicy
(RemovalPolicy removalPolicy) Sets the value ofFileSystemProps.getRemovalPolicy()
FileSystemProps.Builder.securityGroup
(ISecurityGroup securityGroup) Sets the value ofFileSystemProps.getSecurityGroup()
FileSystemProps.Builder.throughputMode
(ThroughputMode throughputMode) Sets the value ofFileSystemProps.getThroughputMode()
Sets the value ofFileSystemProps.getVpc()
FileSystemProps.Builder.vpcSubnets
(SubnetSelection vpcSubnets) Sets the value ofFileSystemProps.getVpcSubnets()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(FileSystemProps.Builder builder) Constructor that initializes the object based on literal property values passed by theFileSystemProps.Builder
.