Interface FlowTrace.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<FlowTrace.Builder,,FlowTrace> SdkBuilder<FlowTrace.Builder,,FlowTrace> SdkPojo
- Enclosing class:
FlowTrace
-
Method Summary
Modifier and TypeMethodDescriptiondefault FlowTrace.BuilderconditionNodeResultTrace(Consumer<FlowTraceConditionNodeResultEvent.Builder> conditionNodeResultTrace) Contains information about an output from a condition node.conditionNodeResultTrace(FlowTraceConditionNodeResultEvent conditionNodeResultTrace) Contains information about an output from a condition node.default FlowTrace.BuildernodeActionTrace(Consumer<FlowTraceNodeActionEvent.Builder> nodeActionTrace) Contains information about an action (operation) called by a node.nodeActionTrace(FlowTraceNodeActionEvent nodeActionTrace) Contains information about an action (operation) called by a node.default FlowTrace.BuildernodeDependencyTrace(Consumer<FlowTraceDependencyEvent.Builder> nodeDependencyTrace) Contains information about an internal trace of a node.nodeDependencyTrace(FlowTraceDependencyEvent nodeDependencyTrace) Contains information about an internal trace of a node.default FlowTrace.BuildernodeInputTrace(Consumer<FlowTraceNodeInputEvent.Builder> nodeInputTrace) Contains information about the input into a node.nodeInputTrace(FlowTraceNodeInputEvent nodeInputTrace) Contains information about the input into a node.default FlowTrace.BuildernodeOutputTrace(Consumer<FlowTraceNodeOutputEvent.Builder> nodeOutputTrace) Contains information about the output from a node.nodeOutputTrace(FlowTraceNodeOutputEvent nodeOutputTrace) Contains information about the output from a node.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
-
nodeInputTrace
Contains information about the input into a node.
- Parameters:
nodeInputTrace- Contains information about the input into a node.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nodeInputTrace
Contains information about the input into a node.
This is a convenience method that creates an instance of theFlowTraceNodeInputEvent.Builderavoiding the need to create one manually viaFlowTraceNodeInputEvent.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tonodeInputTrace(FlowTraceNodeInputEvent).- Parameters:
nodeInputTrace- a consumer that will call methods onFlowTraceNodeInputEvent.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nodeOutputTrace
Contains information about the output from a node.
- Parameters:
nodeOutputTrace- Contains information about the output from a node.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nodeOutputTrace
default FlowTrace.Builder nodeOutputTrace(Consumer<FlowTraceNodeOutputEvent.Builder> nodeOutputTrace) Contains information about the output from a node.
This is a convenience method that creates an instance of theFlowTraceNodeOutputEvent.Builderavoiding the need to create one manually viaFlowTraceNodeOutputEvent.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tonodeOutputTrace(FlowTraceNodeOutputEvent).- Parameters:
nodeOutputTrace- a consumer that will call methods onFlowTraceNodeOutputEvent.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
conditionNodeResultTrace
FlowTrace.Builder conditionNodeResultTrace(FlowTraceConditionNodeResultEvent conditionNodeResultTrace) Contains information about an output from a condition node.
- Parameters:
conditionNodeResultTrace- Contains information about an output from a condition node.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
conditionNodeResultTrace
default FlowTrace.Builder conditionNodeResultTrace(Consumer<FlowTraceConditionNodeResultEvent.Builder> conditionNodeResultTrace) Contains information about an output from a condition node.
This is a convenience method that creates an instance of theFlowTraceConditionNodeResultEvent.Builderavoiding the need to create one manually viaFlowTraceConditionNodeResultEvent.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toconditionNodeResultTrace(FlowTraceConditionNodeResultEvent).- Parameters:
conditionNodeResultTrace- a consumer that will call methods onFlowTraceConditionNodeResultEvent.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nodeActionTrace
Contains information about an action (operation) called by a node.
- Parameters:
nodeActionTrace- Contains information about an action (operation) called by a node.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nodeActionTrace
default FlowTrace.Builder nodeActionTrace(Consumer<FlowTraceNodeActionEvent.Builder> nodeActionTrace) Contains information about an action (operation) called by a node.
This is a convenience method that creates an instance of theFlowTraceNodeActionEvent.Builderavoiding the need to create one manually viaFlowTraceNodeActionEvent.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tonodeActionTrace(FlowTraceNodeActionEvent).- Parameters:
nodeActionTrace- a consumer that will call methods onFlowTraceNodeActionEvent.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nodeDependencyTrace
Contains information about an internal trace of a node.
- Parameters:
nodeDependencyTrace- Contains information about an internal trace of a node.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nodeDependencyTrace
default FlowTrace.Builder nodeDependencyTrace(Consumer<FlowTraceDependencyEvent.Builder> nodeDependencyTrace) Contains information about an internal trace of a node.
This is a convenience method that creates an instance of theFlowTraceDependencyEvent.Builderavoiding the need to create one manually viaFlowTraceDependencyEvent.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tonodeDependencyTrace(FlowTraceDependencyEvent).- Parameters:
nodeDependencyTrace- a consumer that will call methods onFlowTraceDependencyEvent.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-