public static interface WorkflowStepOutputUnion.Builder extends SdkPojo, CopyableBuilder<WorkflowStepOutputUnion.Builder,WorkflowStepOutputUnion>
| Modifier and Type | Method and Description |
|---|---|
WorkflowStepOutputUnion.Builder |
integerValue(Integer integerValue)
The integer value.
|
WorkflowStepOutputUnion.Builder |
listOfStringValue(Collection<String> listOfStringValue)
The list of string value.
|
WorkflowStepOutputUnion.Builder |
listOfStringValue(String... listOfStringValue)
The list of string value.
|
WorkflowStepOutputUnion.Builder |
stringValue(String stringValue)
The string value.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildWorkflowStepOutputUnion.Builder integerValue(Integer integerValue)
The integer value.
integerValue - The integer value.WorkflowStepOutputUnion.Builder stringValue(String stringValue)
The string value.
stringValue - The string value.WorkflowStepOutputUnion.Builder listOfStringValue(Collection<String> listOfStringValue)
The list of string value.
listOfStringValue - The list of string value.WorkflowStepOutputUnion.Builder listOfStringValue(String... listOfStringValue)
The list of string value.
listOfStringValue - The list of string value.Copyright © 2023. All rights reserved.