Interface JobSummary.Builder

  • Method Details

    • status

      JobSummary.Builder status(String status)

      The status of the Amazon Braket hybrid job.

      Parameters:
      status - The status of the Amazon Braket hybrid job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the Amazon Braket hybrid job.

      Parameters:
      status - The status of the Amazon Braket hybrid job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • jobArn

      JobSummary.Builder jobArn(String jobArn)

      The ARN of the Amazon Braket hybrid job.

      Parameters:
      jobArn - The ARN of the Amazon Braket hybrid job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • jobName

      JobSummary.Builder jobName(String jobName)

      The name of the Amazon Braket hybrid job.

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

      JobSummary.Builder device(String device)

      The primary device used by an Amazon Braket hybrid job.

      Parameters:
      device - The primary device used by an Amazon Braket hybrid job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      JobSummary.Builder createdAt(Instant createdAt)

      The time at which the Amazon Braket hybrid job was created.

      Parameters:
      createdAt - The time at which the Amazon Braket hybrid job was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • startedAt

      JobSummary.Builder startedAt(Instant startedAt)

      The time at which the Amazon Braket hybrid job was started.

      Parameters:
      startedAt - The time at which the Amazon Braket hybrid job was started.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endedAt

      JobSummary.Builder endedAt(Instant endedAt)

      The time at which the Amazon Braket hybrid job ended.

      Parameters:
      endedAt - The time at which the Amazon Braket hybrid job ended.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      Displays the key, value pairs of tags associated with this hybrid job.

      Parameters:
      tags - Displays the key, value pairs of tags associated with this hybrid job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.