Interface GetRestoreJobMetadataResponse.Builder

    • Method Detail

      • restoreJobId

        GetRestoreJobMetadataResponse.Builder restoreJobId​(String restoreJobId)

        This is a unique identifier of a restore job within Backup.

        Parameters:
        restoreJobId - This is a unique identifier of a restore job within Backup.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • metadata

        GetRestoreJobMetadataResponse.Builder metadata​(Map<String,​String> metadata)

        This contains the metadata of the specified backup job.

        Parameters:
        metadata - This contains the metadata of the specified backup job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.