| Package | Description |
|---|---|
| software.amazon.awssdk.services.braket.model |
| Modifier and Type | Method and Description |
|---|---|
static JobSummary.Builder |
JobSummary.builder() |
JobSummary.Builder |
JobSummary.Builder.createdAt(Instant createdAt)
The date and time that the Amazon Braket job was created.
|
JobSummary.Builder |
JobSummary.Builder.device(String device)
Provides summary information about the primary device used by an Amazon Braket job.
|
JobSummary.Builder |
JobSummary.Builder.endedAt(Instant endedAt)
The date and time that the Amazon Braket job ended.
|
JobSummary.Builder |
JobSummary.Builder.jobArn(String jobArn)
The ARN of the Amazon Braket job.
|
JobSummary.Builder |
JobSummary.Builder.jobName(String jobName)
The name of the Amazon Braket job.
|
JobSummary.Builder |
JobSummary.Builder.startedAt(Instant startedAt)
The date and time that the Amazon Braket job was started.
|
JobSummary.Builder |
JobSummary.Builder.status(JobPrimaryStatus status)
The status of the Amazon Braket job.
|
JobSummary.Builder |
JobSummary.Builder.status(String status)
The status of the Amazon Braket job.
|
JobSummary.Builder |
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.
|
JobSummary.Builder |
JobSummary.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends JobSummary.Builder> |
JobSummary.serializableBuilderClass() |
Copyright © 2023. All rights reserved.