Interface RecoveryPointSelection.Builder

    • Method Detail

      • vaultNames

        RecoveryPointSelection.Builder vaultNames​(Collection<String> vaultNames)

        These are the names of the vaults in which the selected recovery points are contained.

        Parameters:
        vaultNames - These are the names of the vaults in which the selected recovery points are contained.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • vaultNames

        RecoveryPointSelection.Builder vaultNames​(String... vaultNames)

        These are the names of the vaults in which the selected recovery points are contained.

        Parameters:
        vaultNames - These are the names of the vaults in which the selected recovery points are contained.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceIdentifiers

        RecoveryPointSelection.Builder resourceIdentifiers​(Collection<String> resourceIdentifiers)

        These are the resources included in the resource selection (including type of resources and vaults).

        Parameters:
        resourceIdentifiers - These are the resources included in the resource selection (including type of resources and vaults).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceIdentifiers

        RecoveryPointSelection.Builder resourceIdentifiers​(String... resourceIdentifiers)

        These are the resources included in the resource selection (including type of resources and vaults).

        Parameters:
        resourceIdentifiers - These are the resources included in the resource selection (including type of resources and vaults).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dateRange

        RecoveryPointSelection.Builder dateRange​(DateRange dateRange)
        Sets the value of the DateRange property for this object.
        Parameters:
        dateRange - The new value for the DateRange property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.