Interface GetResourceSnapshotJobRequest.Builder

    • Method Detail

      • catalog

        GetResourceSnapshotJobRequest.Builder catalog​(String catalog)

        Specifies the catalog related to the request. Valid values are:

        • AWS: Retrieves the snapshot job from the production AWS environment.

        • Sandbox: Retrieves the snapshot job from a sandbox environment used for testing or development purposes.

        Parameters:
        catalog - Specifies the catalog related to the request. Valid values are:

        • AWS: Retrieves the snapshot job from the production AWS environment.

        • Sandbox: Retrieves the snapshot job from a sandbox environment used for testing or development purposes.

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

        GetResourceSnapshotJobRequest.Builder resourceSnapshotJobIdentifier​(String resourceSnapshotJobIdentifier)

        The unique identifier of the resource snapshot job to be retrieved. This identifier is crucial for pinpointing the specific job you want to query.

        Parameters:
        resourceSnapshotJobIdentifier - The unique identifier of the resource snapshot job to be retrieved. This identifier is crucial for pinpointing the specific job you want to query.
        Returns:
        Returns a reference to this object so that method calls can be chained together.