Uses of Interface
software.amazon.awscdk.services.efs.CfnFileSystem.BackupPolicyProperty
Package
Description
Amazon Elastic File System Construct Library
-
Uses of CfnFileSystem.BackupPolicyProperty in software.amazon.awscdk.services.efs
Modifier and TypeClassDescriptionstatic final class
An implementation forCfnFileSystem.BackupPolicyProperty
Modifier and TypeMethodDescriptionCfnFileSystem.BackupPolicyProperty.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionCfnFileSystem.Builder.backupPolicy
(CfnFileSystem.BackupPolicyProperty backupPolicy) Use theBackupPolicy
to turn automatic backups on or off for the file system.CfnFileSystemProps.Builder.backupPolicy
(CfnFileSystem.BackupPolicyProperty backupPolicy) Sets the value ofCfnFileSystemProps.getBackupPolicy()
void
CfnFileSystem.setBackupPolicy
(CfnFileSystem.BackupPolicyProperty value) Use theBackupPolicy
to turn automatic backups on or off for the file system.