Interface InitiateJobResponse.Builder

    • Method Detail

      • location

        InitiateJobResponse.Builder location​(String location)

        The relative URI path of the job.

        Parameters:
        location - The relative URI path of the job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • jobId

        InitiateJobResponse.Builder jobId​(String jobId)

        The ID of the job.

        Parameters:
        jobId - The ID of the job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • jobOutputPath

        InitiateJobResponse.Builder jobOutputPath​(String jobOutputPath)

        The path to the location of where the select results are stored.

        Parameters:
        jobOutputPath - The path to the location of where the select results are stored.
        Returns:
        Returns a reference to this object so that method calls can be chained together.