Interface FlowTraceNodeOutputNext.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FlowTraceNodeOutputNext.Builder,FlowTraceNodeOutputNext>,SdkBuilder<FlowTraceNodeOutputNext.Builder,FlowTraceNodeOutputNext>,SdkPojo
- Enclosing class:
- FlowTraceNodeOutputNext
@Mutable @NotThreadSafe public static interface FlowTraceNodeOutputNext.Builder extends SdkPojo, CopyableBuilder<FlowTraceNodeOutputNext.Builder,FlowTraceNodeOutputNext>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FlowTraceNodeOutputNext.BuilderinputFieldName(String inputFieldName)The name of the input field in the next node that receives the data.FlowTraceNodeOutputNext.BuildernodeName(String nodeName)The name of the next node that receives the output data.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
nodeName
FlowTraceNodeOutputNext.Builder nodeName(String 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
FlowTraceNodeOutputNext.Builder inputFieldName(String 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.
-
-