public static interface WorkflowStepOutput.Builder extends SdkPojo, CopyableBuilder<WorkflowStepOutput.Builder,WorkflowStepOutput>
| Modifier and Type | Method and Description |
|---|---|
WorkflowStepOutput.Builder |
dataType(DataType dataType)
The data type of the output.
|
WorkflowStepOutput.Builder |
dataType(String dataType)
The data type of the output.
|
WorkflowStepOutput.Builder |
name(String name)
The name of the step.
|
WorkflowStepOutput.Builder |
required(Boolean required)
Determine if an output is required from a step.
|
default WorkflowStepOutput.Builder |
value(Consumer<WorkflowStepOutputUnion.Builder> value)
The value of the output.
|
WorkflowStepOutput.Builder |
value(WorkflowStepOutputUnion value)
The value of the output.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildWorkflowStepOutput.Builder name(String name)
The name of the step.
name - The name of the step.WorkflowStepOutput.Builder dataType(String dataType)
The data type of the output.
WorkflowStepOutput.Builder dataType(DataType dataType)
The data type of the output.
WorkflowStepOutput.Builder required(Boolean required)
Determine if an output is required from a step.
required - Determine if an output is required from a step.WorkflowStepOutput.Builder value(WorkflowStepOutputUnion value)
The value of the output.
value - The value of the output.default WorkflowStepOutput.Builder value(Consumer<WorkflowStepOutputUnion.Builder> value)
The value of the output.
This is a convenience method that creates an instance of theWorkflowStepOutputUnion.Builder avoiding
the need to create one manually via WorkflowStepOutputUnion.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to value(WorkflowStepOutputUnion).
value - a consumer that will call methods on WorkflowStepOutputUnion.Buildervalue(WorkflowStepOutputUnion)Copyright © 2023. All rights reserved.