Interface GetJobResponse.Builder

    • Method Detail

      • arn

        GetJobResponse.Builder arn​(String arn)

        The ARN for the job.

        Parameters:
        arn - The ARN for the job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdAt

        GetJobResponse.Builder createdAt​(Instant createdAt)

        The date and time that the job was created, in ISO 8601 format.

        Parameters:
        createdAt - The date and time that the job was created, in ISO 8601 format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • details

        GetJobResponse.Builder details​(ResponseDetails details)

        Details about the job.

        Parameters:
        details - Details about the job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errors

        GetJobResponse.Builder errors​(Collection<JobError> errors)

        The errors associated with jobs.

        Parameters:
        errors - The errors associated with jobs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errors

        GetJobResponse.Builder errors​(JobError... errors)

        The errors associated with jobs.

        Parameters:
        errors - The errors associated with jobs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • id

        GetJobResponse.Builder id​(String id)

        The unique identifier for the job.

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

        GetJobResponse.Builder state​(String state)

        The state of the job.

        Parameters:
        state - The state of the job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        State, State
      • state

        GetJobResponse.Builder state​(State state)

        The state of the job.

        Parameters:
        state - The state of the job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        State, State
      • type

        GetJobResponse.Builder type​(String type)

        The job type.

        Parameters:
        type - The job type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Type, Type
      • type

        GetJobResponse.Builder type​(Type type)

        The job type.

        Parameters:
        type - The job type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Type, Type
      • updatedAt

        GetJobResponse.Builder updatedAt​(Instant updatedAt)

        The date and time that the job was last updated, in ISO 8601 format.

        Parameters:
        updatedAt - The date and time that the job was last updated, in ISO 8601 format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.