Interface BackupPolicy.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BackupPolicy.Builder,
,BackupPolicy> SdkBuilder<BackupPolicy.Builder,
,BackupPolicy> SdkPojo
- Enclosing class:
BackupPolicy
-
Method Summary
Modifier and TypeMethodDescriptionDescribes the status of the file system's backup policy.Describes the status of the file system's backup policy.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
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.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-