public static interface BackupPolicy.Builder extends SdkPojo, CopyableBuilder<BackupPolicy.Builder,BackupPolicy>
| Modifier and Type | Method and Description |
|---|---|
BackupPolicy.Builder |
status(Status status)
Describes the status of the file system's backup policy.
|
BackupPolicy.Builder |
status(String status)
Describes the status of the file system's backup policy.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBackupPolicy.Builder status(String status)
Describes the status of the file system's backup policy.
ENABLED - EFS is automatically backing up the file system.
ENABLING - EFS is turning on automatic backups for the file system.
DISABLED - Automatic back ups are turned off for the file system.
DISABLING - EFS is turning off automatic backups for the file system.
status - Describes the status of the file system's backup policy.
ENABLED - EFS is automatically backing up the file system.
ENABLING - EFS is turning on automatic backups for the file system.
DISABLED - Automatic back ups are turned off for the file system.
DISABLING - EFS is turning off automatic backups for the file system.
Status,
StatusBackupPolicy.Builder status(Status status)
Describes the status of the file system's backup policy.
ENABLED - EFS is automatically backing up the file system.
ENABLING - EFS is turning on automatic backups for the file system.
DISABLED - Automatic back ups are turned off for the file system.
DISABLING - EFS is turning off automatic backups for the file system.
status - Describes the status of the file system's backup policy.
ENABLED - EFS is automatically backing up the file system.
ENABLING - EFS is turning on automatic backups for the file system.
DISABLED - Automatic back ups are turned off for the file system.
DISABLING - EFS is turning off automatic backups for the file system.
Status,
StatusCopyright © 2023. All rights reserved.