Interface StepOutput.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<StepOutput.Builder,,StepOutput> SdkBuilder<StepOutput.Builder,,StepOutput> SdkPojo
- Enclosing class:
 StepOutput
public static interface StepOutput.Builder
extends SdkPojo, CopyableBuilder<StepOutput.Builder,StepOutput> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe data type of the step output.The data type of the step output.The name of the step.Determine if an output is required from a step.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, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
name
The name of the step.
- Parameters:
 name- The name of the step.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
dataType
The data type of the step output.
- Parameters:
 dataType- The data type of the step output.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
dataType
The data type of the step output.
- Parameters:
 dataType- The data type of the step output.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
required
Determine if an output is required from a step.
- Parameters:
 required- Determine if an output is required from a step.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -