Interface CopyAction.Builder

    • Method Detail

      • lifecycle

        CopyAction.Builder lifecycle​(Lifecycle lifecycle)
        Sets the value of the Lifecycle property for this object.
        Parameters:
        lifecycle - The new value for the Lifecycle property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • destinationBackupVaultArn

        CopyAction.Builder destinationBackupVaultArn​(String destinationBackupVaultArn)

        An Amazon Resource Name (ARN) that uniquely identifies the destination backup vault for the copied backup. For example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.

        Parameters:
        destinationBackupVaultArn - An Amazon Resource Name (ARN) that uniquely identifies the destination backup vault for the copied backup. For example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.
        Returns:
        Returns a reference to this object so that method calls can be chained together.