Interface FlowOutputEvent.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<FlowOutputEvent.Builder,,FlowOutputEvent> SdkBuilder<FlowOutputEvent.Builder,,FlowOutputEvent> SdkPojo
- All Known Subinterfaces:
DefaultFlowOutputEvent.Builder
- Enclosing class:
FlowOutputEvent
public static interface FlowOutputEvent.Builder
extends SdkPojo, CopyableBuilder<FlowOutputEvent.Builder,FlowOutputEvent>
-
Method Summary
Modifier and TypeMethodDescriptiondefault FlowOutputEvent.Buildercontent(Consumer<FlowOutputContent.Builder> content) The output of the node.content(FlowOutputContent content) The output of the node.The name of the node to which input was provided.The type of node to which input was provided.The type of node to which input was provided.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
-
content
The output of the node.
- Parameters:
content- The output of the node.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
content
The output of the node.
This is a convenience method that creates an instance of theFlowOutputContent.Builderavoiding the need to create one manually viaFlowOutputContent.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocontent(FlowOutputContent).- Parameters:
content- a consumer that will call methods onFlowOutputContent.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nodeName
The name of the node to which input was provided.
- Parameters:
nodeName- The name of the node to which input was provided.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nodeType
The type of node to which input was provided.
- Parameters:
nodeType- The type of node to which input was provided.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nodeType
The type of node to which input was provided.
- Parameters:
nodeType- The type of node to which input was provided.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-