Package ai.extend.types
Class BatchProcessorRunFailedWebhookEvent.Builder
- java.lang.Object
-
- ai.extend.types.BatchProcessorRunFailedWebhookEvent.Builder
-
- All Implemented Interfaces:
BatchProcessorRunFailedWebhookEvent._FinalStage,BatchProcessorRunFailedWebhookEvent.EventIdStage,BatchProcessorRunFailedWebhookEvent.PayloadStage
- Enclosing class:
- BatchProcessorRunFailedWebhookEvent
public static final class BatchProcessorRunFailedWebhookEvent.Builder extends java.lang.Object implements BatchProcessorRunFailedWebhookEvent.EventIdStage, BatchProcessorRunFailedWebhookEvent.PayloadStage, BatchProcessorRunFailedWebhookEvent._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BatchProcessorRunFailedWebhookEventbuild()BatchProcessorRunFailedWebhookEvent.PayloadStageeventId(java.lang.String eventId)Unique identifier for the eventBatchProcessorRunFailedWebhookEvent.Builderfrom(BatchProcessorRunFailedWebhookEvent other)BatchProcessorRunFailedWebhookEvent._FinalStagepayload(BatchRun payload)
-
-
-
Method Detail
-
from
public BatchProcessorRunFailedWebhookEvent.Builder from(BatchProcessorRunFailedWebhookEvent other)
- Specified by:
fromin interfaceBatchProcessorRunFailedWebhookEvent.EventIdStage
-
eventId
public BatchProcessorRunFailedWebhookEvent.PayloadStage eventId(@NotNull java.lang.String eventId)
Unique identifier for the event
Unique identifier for the event
- Specified by:
eventIdin interfaceBatchProcessorRunFailedWebhookEvent.EventIdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
payload
public BatchProcessorRunFailedWebhookEvent._FinalStage payload(@NotNull BatchRun payload)
- Specified by:
payloadin interfaceBatchProcessorRunFailedWebhookEvent.PayloadStage
-
build
public BatchProcessorRunFailedWebhookEvent build()
- Specified by:
buildin interfaceBatchProcessorRunFailedWebhookEvent._FinalStage
-
-