Interface BackupRetentionPolicy.Builder

All Superinterfaces:
Buildable, CopyableBuilder<BackupRetentionPolicy.Builder,BackupRetentionPolicy>, SdkBuilder<BackupRetentionPolicy.Builder,BackupRetentionPolicy>, SdkPojo
Enclosing class:
BackupRetentionPolicy

public static interface BackupRetentionPolicy.Builder extends SdkPojo, CopyableBuilder<BackupRetentionPolicy.Builder,BackupRetentionPolicy>
  • Method Details

    • type

      The type of backup retention policy. For the DAYS type, the value is the number of days to retain backups.

      Parameters:
      type - The type of backup retention policy. For the DAYS type, the value is the number of days to retain backups.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The type of backup retention policy. For the DAYS type, the value is the number of days to retain backups.

      Parameters:
      type - The type of backup retention policy. For the DAYS type, the value is the number of days to retain backups.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • value

      Use a value between 7 - 379.

      Parameters:
      value - Use a value between 7 - 379.
      Returns:
      Returns a reference to this object so that method calls can be chained together.