Interface DestinationBackup.Builder

    • Method Detail

      • createTimestamp

        DestinationBackup.Builder createTimestamp​(Instant createTimestamp)

        The date and time when both the source backup was created.

        Parameters:
        createTimestamp - The date and time when both the source backup was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sourceRegion

        DestinationBackup.Builder sourceRegion​(String sourceRegion)

        The AWS region that contains the source backup from which the new backup was copied.

        Parameters:
        sourceRegion - The AWS region that contains the source backup from which the new backup was copied.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sourceBackup

        DestinationBackup.Builder sourceBackup​(String sourceBackup)

        The identifier (ID) of the source backup from which the new backup was copied.

        Parameters:
        sourceBackup - The identifier (ID) of the source backup from which the new backup was copied.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sourceCluster

        DestinationBackup.Builder sourceCluster​(String sourceCluster)

        The identifier (ID) of the cluster containing the source backup from which the new backup was copied.

        Parameters:
        sourceCluster - The identifier (ID) of the cluster containing the source backup from which the new backup was copied.
        Returns:
        Returns a reference to this object so that method calls can be chained together.