Interface CreateLogicallyAirGappedBackupVaultRequest.Builder

    • Method Detail

      • backupVaultName

        CreateLogicallyAirGappedBackupVaultRequest.Builder backupVaultName​(String backupVaultName)

        The name of a logical container where backups are stored. Logically air-gapped backup vaults are identified by names that are unique to the account used to create them and the Region where they are created.

        Parameters:
        backupVaultName - The name of a logical container where backups are stored. Logically air-gapped backup vaults are identified by names that are unique to the account used to create them and the Region where they are created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creatorRequestId

        CreateLogicallyAirGappedBackupVaultRequest.Builder creatorRequestId​(String creatorRequestId)

        The ID of the creation request.

        This parameter is optional. If used, this parameter must contain 1 to 50 alphanumeric or '-_.' characters.

        Parameters:
        creatorRequestId - The ID of the creation request.

        This parameter is optional. If used, this parameter must contain 1 to 50 alphanumeric or '-_.' characters.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • minRetentionDays

        CreateLogicallyAirGappedBackupVaultRequest.Builder minRetentionDays​(Long minRetentionDays)

        This setting specifies the minimum retention period that the vault retains its recovery points.

        The minimum value accepted is 7 days.

        Parameters:
        minRetentionDays - This setting specifies the minimum retention period that the vault retains its recovery points.

        The minimum value accepted is 7 days.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxRetentionDays

        CreateLogicallyAirGappedBackupVaultRequest.Builder maxRetentionDays​(Long maxRetentionDays)

        The maximum retention period that the vault retains its recovery points.

        Parameters:
        maxRetentionDays - The maximum retention period that the vault retains its recovery points.
        Returns:
        Returns a reference to this object so that method calls can be chained together.