Interface WorkflowStepOutputUnion.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<WorkflowStepOutputUnion.Builder,,WorkflowStepOutputUnion> SdkBuilder<WorkflowStepOutputUnion.Builder,,WorkflowStepOutputUnion> SdkPojo
- Enclosing class:
 WorkflowStepOutputUnion
public static interface WorkflowStepOutputUnion.Builder
extends SdkPojo, CopyableBuilder<WorkflowStepOutputUnion.Builder,WorkflowStepOutputUnion> 
- 
Method Summary
Modifier and TypeMethodDescriptionintegerValue(Integer integerValue) The integer value.listOfStringValue(String... listOfStringValue) The list of string value.listOfStringValue(Collection<String> listOfStringValue) The list of string value.stringValue(String stringValue) The string value.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
integerValue
The integer value.
- Parameters:
 integerValue- The integer value.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
stringValue
The string value.
- Parameters:
 stringValue- The string value.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
listOfStringValue
The list of string value.
- Parameters:
 listOfStringValue- The list of string value.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
listOfStringValue
The list of string value.
- Parameters:
 listOfStringValue- The list of string value.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -