public static interface TaskSubmittedEventDetails.Builder extends SdkPojo, CopyableBuilder<TaskSubmittedEventDetails.Builder,TaskSubmittedEventDetails>
| Modifier and Type | Method and Description |
|---|---|
TaskSubmittedEventDetails.Builder |
output(String output)
The response from a resource when a task has started.
|
default TaskSubmittedEventDetails.Builder |
outputDetails(Consumer<HistoryEventExecutionDataDetails.Builder> outputDetails)
Contains details about the output of an execution history event.
|
TaskSubmittedEventDetails.Builder |
outputDetails(HistoryEventExecutionDataDetails outputDetails)
Contains details about the output of an execution history event.
|
TaskSubmittedEventDetails.Builder |
resource(String resource)
The service name of the resource in a task state.
|
TaskSubmittedEventDetails.Builder |
resourceType(String resourceType)
The action of the resource called by a task state.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTaskSubmittedEventDetails.Builder resourceType(String resourceType)
The action of the resource called by a task state.
resourceType - The action of the resource called by a task state.TaskSubmittedEventDetails.Builder resource(String resource)
The service name of the resource in a task state.
resource - The service name of the resource in a task state.TaskSubmittedEventDetails.Builder output(String output)
The response from a resource when a task has started. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
output - The response from a resource when a task has started. Length constraints apply to the payload size,
and are expressed as bytes in UTF-8 encoding.TaskSubmittedEventDetails.Builder outputDetails(HistoryEventExecutionDataDetails outputDetails)
Contains details about the output of an execution history event.
outputDetails - Contains details about the output of an execution history event.default TaskSubmittedEventDetails.Builder outputDetails(Consumer<HistoryEventExecutionDataDetails.Builder> outputDetails)
Contains details about the output of an execution history event.
This is a convenience that creates an instance of theHistoryEventExecutionDataDetails.Builder
avoiding the need to create one manually via HistoryEventExecutionDataDetails.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to outputDetails(HistoryEventExecutionDataDetails).outputDetails - a consumer that will call methods on HistoryEventExecutionDataDetails.BuilderoutputDetails(HistoryEventExecutionDataDetails)Copyright © 2022. All rights reserved.