public static interface JobSummary.Builder extends SdkPojo, CopyableBuilder<JobSummary.Builder,JobSummary>
| Modifier and Type | Method and Description |
|---|---|
JobSummary.Builder |
createdAt(Instant createdAt)
The date and time that the Amazon Braket job was created.
|
JobSummary.Builder |
device(String device)
Provides summary information about the primary device used by an Amazon Braket job.
|
JobSummary.Builder |
endedAt(Instant endedAt)
The date and time that the Amazon Braket job ended.
|
JobSummary.Builder |
jobArn(String jobArn)
The ARN of the Amazon Braket job.
|
JobSummary.Builder |
jobName(String jobName)
The name of the Amazon Braket job.
|
JobSummary.Builder |
startedAt(Instant startedAt)
The date and time that the Amazon Braket job was started.
|
JobSummary.Builder |
status(JobPrimaryStatus status)
The status of the Amazon Braket job.
|
JobSummary.Builder |
status(String status)
The status of the Amazon Braket job.
|
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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildJobSummary.Builder createdAt(Instant createdAt)
The date and time that the Amazon Braket job was created.
createdAt - The date and time that the Amazon Braket job was created.JobSummary.Builder device(String device)
Provides summary information about the primary device used by an Amazon Braket job.
device - Provides summary information about the primary device used by an Amazon Braket job.JobSummary.Builder endedAt(Instant endedAt)
The date and time that the Amazon Braket job ended.
endedAt - The date and time that the Amazon Braket job ended.JobSummary.Builder jobArn(String jobArn)
The ARN of the Amazon Braket job.
jobArn - The ARN of the Amazon Braket job.JobSummary.Builder jobName(String jobName)
The name of the Amazon Braket job.
jobName - The name of the Amazon Braket job.JobSummary.Builder startedAt(Instant startedAt)
The date and time that the Amazon Braket job was started.
startedAt - The date and time that the Amazon Braket job was started.JobSummary.Builder status(String status)
The status of the Amazon Braket job.
status - The status of the Amazon Braket job.JobPrimaryStatus,
JobPrimaryStatusJobSummary.Builder status(JobPrimaryStatus status)
The status of the Amazon Braket job.
status - The status of the Amazon Braket job.JobPrimaryStatus,
JobPrimaryStatusJobSummary.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.
tags - A tag object that consists of a key and an optional value, used to manage metadata for Amazon Braket
resources.Copyright © 2023. All rights reserved.