public static interface JobEventDetails.Builder extends SdkPojo, CopyableBuilder<JobEventDetails.Builder,JobEventDetails>
| Modifier and Type | Method and Description |
|---|---|
JobEventDetails.Builder |
eventType(JobEventType eventType)
The type of event that occurred related to the Amazon Braket job.
|
JobEventDetails.Builder |
eventType(String eventType)
The type of event that occurred related to the Amazon Braket job.
|
JobEventDetails.Builder |
message(String message)
A message describing the event that occurred related to the Amazon Braket job.
|
JobEventDetails.Builder |
timeOfEvent(Instant timeOfEvent)
TThe type of event that occurred related to the Amazon Braket job.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildJobEventDetails.Builder eventType(String eventType)
The type of event that occurred related to the Amazon Braket job.
eventType - The type of event that occurred related to the Amazon Braket job.JobEventType,
JobEventTypeJobEventDetails.Builder eventType(JobEventType eventType)
The type of event that occurred related to the Amazon Braket job.
eventType - The type of event that occurred related to the Amazon Braket job.JobEventType,
JobEventTypeJobEventDetails.Builder message(String message)
A message describing the event that occurred related to the Amazon Braket job.
message - A message describing the event that occurred related to the Amazon Braket job.JobEventDetails.Builder timeOfEvent(Instant timeOfEvent)
TThe type of event that occurred related to the Amazon Braket job.
timeOfEvent - TThe type of event that occurred related to the Amazon Braket job.Copyright © 2023. All rights reserved.