Interface NodeOutputNext.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<NodeOutputNext.Builder,,NodeOutputNext> SdkBuilder<NodeOutputNext.Builder,,NodeOutputNext> SdkPojo
- Enclosing class:
NodeOutputNext
@Mutable
@NotThreadSafe
public static interface NodeOutputNext.Builder
extends SdkPojo, CopyableBuilder<NodeOutputNext.Builder,NodeOutputNext>
-
Method Summary
Modifier and TypeMethodDescriptioninputFieldName(String inputFieldName) The name of the input field in the next node that receives the data.The name of the next node that receives the output data.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
-
nodeName
The name of the next node that receives the output data.
- Parameters:
nodeName- The name of the next node that receives the output data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputFieldName
The name of the input field in the next node that receives the data.
- Parameters:
inputFieldName- The name of the input field in the next node that receives the data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-