Interface FlowTraceNodeOutputField.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FlowTraceNodeOutputField.Builder,
,FlowTraceNodeOutputField> SdkBuilder<FlowTraceNodeOutputField.Builder,
,FlowTraceNodeOutputField> SdkPojo
- Enclosing class:
FlowTraceNodeOutputField
@Mutable
@NotThreadSafe
public static interface FlowTraceNodeOutputField.Builder
extends SdkPojo, CopyableBuilder<FlowTraceNodeOutputField.Builder,FlowTraceNodeOutputField>
-
Method Summary
Modifier and TypeMethodDescriptiondefault FlowTraceNodeOutputField.Builder
The content of the node output.content
(FlowTraceNodeOutputContent content) The content of the node output.The next node that receives output data from this field.next
(Consumer<FlowTraceNodeOutputNext.Builder>... next) The next node that receives output data from this field.next
(FlowTraceNodeOutputNext... next) The next node that receives output data from this field.nodeOutputName
(String nodeOutputName) The name of the node output.The data type of the output field for compatibility validation.type
(FlowNodeIODataType type) The data type of the output field for compatibility validation.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
-
nodeOutputName
The name of the node output.
- Parameters:
nodeOutputName
- The name of the node output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
content
The content of the node output.
- Parameters:
content
- The content of the node output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
content
default FlowTraceNodeOutputField.Builder content(Consumer<FlowTraceNodeOutputContent.Builder> content) The content of the node output.
This is a convenience method that creates an instance of theFlowTraceNodeOutputContent.Builder
avoiding the need to create one manually viaFlowTraceNodeOutputContent.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocontent(FlowTraceNodeOutputContent)
.- Parameters:
content
- a consumer that will call methods onFlowTraceNodeOutputContent.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
next
The next node that receives output data from this field.
- Parameters:
next
- The next node that receives output data from this field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
next
The next node that receives output data from this field.
- Parameters:
next
- The next node that receives output data from this field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
next
The next node that receives output data from this field.
This is a convenience method that creates an instance of theFlowTraceNodeOutputNext.Builder
avoiding the need to create one manually viaFlowTraceNodeOutputNext.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tonext(List<FlowTraceNodeOutputNext>)
.- Parameters:
next
- a consumer that will call methods onFlowTraceNodeOutputNext.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The data type of the output field for compatibility validation.
- Parameters:
type
- The data type of the output field for compatibility validation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The data type of the output field for compatibility validation.
- Parameters:
type
- The data type of the output field for compatibility validation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-