Interface JobSummary.Builder

    • Method Detail

      • createdAt

        JobSummary.Builder createdAt​(Instant createdAt)

        The date and time that the Amazon Braket job was created.

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

        JobSummary.Builder device​(String device)

        Provides summary information about the primary device used by an Amazon Braket job.

        Parameters:
        device - Provides summary information about the primary device used by an Amazon Braket job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endedAt

        JobSummary.Builder endedAt​(Instant endedAt)

        The date and time that the Amazon Braket job ended.

        Parameters:
        endedAt - The date and time that the Amazon Braket job ended.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • jobArn

        JobSummary.Builder jobArn​(String jobArn)

        The ARN of the Amazon Braket job.

        Parameters:
        jobArn - The ARN of the Amazon Braket 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 job.

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

        JobSummary.Builder startedAt​(Instant startedAt)

        The date and time that the Amazon Braket job was started.

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

        JobSummary.Builder status​(String status)

        The status of the Amazon Braket job.

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

        JobSummary.Builder tags​(Map<String,​String> tags)

        A tag object that consists of a key and an optional value, used to manage metadata for Amazon Braket resources.

        Parameters:
        tags - A tag object that consists of a key and an optional value, used to manage metadata for Amazon Braket resources.
        Returns:
        Returns a reference to this object so that method calls can be chained together.