public static interface StepOutput.Builder extends SdkPojo, CopyableBuilder<StepOutput.Builder,StepOutput>
| Modifier and Type | Method and Description |
|---|---|
StepOutput.Builder |
dataType(DataType dataType)
The data type of the step output.
|
StepOutput.Builder |
dataType(String dataType)
The data type of the step output.
|
StepOutput.Builder |
name(String name)
The name of the step.
|
StepOutput.Builder |
required(Boolean required)
Determine if an output is required from a step.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStepOutput.Builder name(String name)
The name of the step.
name - The name of the step.StepOutput.Builder dataType(String dataType)
The data type of the step output.
StepOutput.Builder dataType(DataType dataType)
The data type of the step output.
StepOutput.Builder required(Boolean required)
Determine if an output is required from a step.
required - Determine if an output is required from a step.Copyright © 2023. All rights reserved.