Interface JobEventDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<JobEventDetails.Builder,
,JobEventDetails> SdkBuilder<JobEventDetails.Builder,
,JobEventDetails> SdkPojo
- Enclosing class:
JobEventDetails
@Mutable
@NotThreadSafe
public static interface JobEventDetails.Builder
extends SdkPojo, CopyableBuilder<JobEventDetails.Builder,JobEventDetails>
-
Method Summary
Modifier and TypeMethodDescriptionThe type of event that occurred related to the Amazon Braket hybrid job.eventType
(JobEventType eventType) The type of event that occurred related to the Amazon Braket hybrid job.A message describing the event that occurred related to the Amazon Braket hybrid job.timeOfEvent
(Instant timeOfEvent) The time of the event that occurred related to the Amazon Braket 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
-
eventType
The type of event that occurred related to the Amazon Braket hybrid job.
- Parameters:
eventType
- The type of event that occurred related to the Amazon Braket hybrid job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
eventType
The type of event that occurred related to the Amazon Braket hybrid job.
- Parameters:
eventType
- The type of event that occurred related to the Amazon Braket hybrid job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
timeOfEvent
The time of the event that occurred related to the Amazon Braket hybrid job.
- Parameters:
timeOfEvent
- The time of the event that occurred related to the Amazon Braket hybrid job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
A message describing the event that occurred related to the Amazon Braket hybrid job.
- Parameters:
message
- A message describing the event that occurred related to the Amazon Braket hybrid job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-