Interface JobSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<JobSummary.Builder,JobSummary>,SdkBuilder<JobSummary.Builder,JobSummary>,SdkPojo
- Enclosing class:
- JobSummary
public static interface JobSummary.Builder extends SdkPojo, CopyableBuilder<JobSummary.Builder,JobSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JobSummary.BuildercreatedAt(Instant createdAt)The date and time that the Amazon Braket job was created.JobSummary.Builderdevice(String device)Provides summary information about the primary device used by an Amazon Braket job.JobSummary.BuilderendedAt(Instant endedAt)The date and time that the Amazon Braket job ended.JobSummary.BuilderjobArn(String jobArn)The ARN of the Amazon Braket job.JobSummary.BuilderjobName(String jobName)The name of the Amazon Braket job.JobSummary.BuilderstartedAt(Instant startedAt)The date and time that the Amazon Braket job was started.JobSummary.Builderstatus(String status)The status of the Amazon Braket job.JobSummary.Builderstatus(JobPrimaryStatus status)The status of the Amazon Braket job.JobSummary.Buildertags(Map<String,String> tags)A tag object that consists of a key and an optional value, used to manage metadata for Amazon Braket resources.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
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
-
status
JobSummary.Builder status(JobPrimaryStatus 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.
-
-