Uses of Class
software.amazon.awscdk.services.efs.FileSystemProps.Builder
Packages that use FileSystemProps.Builder
Package
Description
Amazon Elastic File System Construct Library
-
Uses of FileSystemProps.Builder in software.amazon.awscdk.services.efs
Methods in software.amazon.awscdk.services.efs that return FileSystemProps.BuilderModifier and TypeMethodDescriptionstatic FileSystemProps.BuilderFileSystemProps.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()Constructors in software.amazon.awscdk.services.efs with parameters of type FileSystemProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(FileSystemProps.Builder builder) Constructor that initializes the object based on literal property values passed by theFileSystemProps.Builder.