Interface GetResourceSnapshotJobRequest.Builder

  • Method Details

    • 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.
    • overrideConfiguration

      GetResourceSnapshotJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.