Interface JobSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<JobSummary.Builder,
,JobSummary> SdkBuilder<JobSummary.Builder,
,JobSummary> SdkPojo
- Enclosing class:
JobSummary
@Mutable
@NotThreadSafe
public static interface JobSummary.Builder
extends SdkPojo, CopyableBuilder<JobSummary.Builder,JobSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe time at which the Amazon Braket hybrid job was created.The primary device used by an Amazon Braket hybrid job.The time at which the Amazon Braket hybrid job ended.The ARN of the Amazon Braket hybrid job.The name of the Amazon Braket hybrid job.The time at which the Amazon Braket hybrid job was started.The status of the Amazon Braket hybrid job.status
(JobPrimaryStatus status) The status of the Amazon Braket hybrid job.Displays the key, value pairs of tags associated with this hybrid job.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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
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
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
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
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.
-