Interface SubmitJobResponse.Builder

    • Method Detail

      • jobArn

        SubmitJobResponse.Builder jobArn​(String jobArn)

        The Amazon Resource Name (ARN) for the job.

        Parameters:
        jobArn - The Amazon Resource Name (ARN) for the job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • jobName

        SubmitJobResponse.Builder jobName​(String jobName)

        The name of the job.

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

        SubmitJobResponse.Builder jobId​(String jobId)

        The unique identifier for the job.

        Parameters:
        jobId - The unique identifier for the job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.