Interface FlowTraceNodeInputField.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<FlowTraceNodeInputField.Builder,,FlowTraceNodeInputField> SdkBuilder<FlowTraceNodeInputField.Builder,,FlowTraceNodeInputField> SdkPojo
- Enclosing class:
FlowTraceNodeInputField
public static interface FlowTraceNodeInputField.Builder
extends SdkPojo, CopyableBuilder<FlowTraceNodeInputField.Builder,FlowTraceNodeInputField>
-
Method Summary
Modifier and TypeMethodDescriptiondefault FlowTraceNodeInputField.Buildercontent(Consumer<FlowTraceNodeInputContent.Builder> content) The content of the node input.content(FlowTraceNodeInputContent content) The content of the node input.nodeInputName(String nodeInputName) The name of the node input.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
-
content
The content of the node input.
- Parameters:
content- The content of the node input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
content
default FlowTraceNodeInputField.Builder content(Consumer<FlowTraceNodeInputContent.Builder> content) The content of the node input.
This is a convenience method that creates an instance of theFlowTraceNodeInputContent.Builderavoiding the need to create one manually viaFlowTraceNodeInputContent.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocontent(FlowTraceNodeInputContent).- Parameters:
content- a consumer that will call methods onFlowTraceNodeInputContent.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nodeInputName
The name of the node input.
- Parameters:
nodeInputName- The name of the node input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-