Interface FlowOutputEvent.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FlowOutputEvent.Builder,
,FlowOutputEvent> SdkBuilder<FlowOutputEvent.Builder,
,FlowOutputEvent> SdkPojo
- All Known Subinterfaces:
DefaultFlowOutputEvent.Builder
- Enclosing class:
FlowOutputEvent
@Mutable
@NotThreadSafe
public static interface FlowOutputEvent.Builder
extends SdkPojo, CopyableBuilder<FlowOutputEvent.Builder,FlowOutputEvent>
-
Method Summary
Modifier and TypeMethodDescriptiondefault FlowOutputEvent.Builder
content
(Consumer<FlowOutputContent.Builder> content) The content in the output.content
(FlowOutputContent content) The content in the output.The name of the flow output node that the output is from.The type of the node that the output is from.The type of the node that the output is from.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 Details
-
content
The content in the output.
- Parameters:
content
- The content in the output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
content
The content in the output.
This is a convenience method that creates an instance of theFlowOutputContent.Builder
avoiding the need to create one manually viaFlowOutputContent.builder()
.When the
Consumer
completes,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 flow output node that the output is from.
- Parameters:
nodeName
- The name of the flow output node that the output is from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nodeType
The type of the node that the output is from.
- Parameters:
nodeType
- The type of the node that the output is from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nodeType
The type of the node that the output is from.
- Parameters:
nodeType
- The type of the node that the output is from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-