Interface FlowTraceNodeInputEvent.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FlowTraceNodeInputEvent.Builder,
,FlowTraceNodeInputEvent> SdkBuilder<FlowTraceNodeInputEvent.Builder,
,FlowTraceNodeInputEvent> SdkPojo
- Enclosing class:
FlowTraceNodeInputEvent
@Mutable
@NotThreadSafe
public static interface FlowTraceNodeInputEvent.Builder
extends SdkPojo, CopyableBuilder<FlowTraceNodeInputEvent.Builder,FlowTraceNodeInputEvent>
-
Method Summary
Modifier and TypeMethodDescriptionfields
(Collection<FlowTraceNodeInputField> fields) An array of objects containing information about each field in the input.fields
(Consumer<FlowTraceNodeInputField.Builder>... fields) An array of objects containing information about each field in the input.fields
(FlowTraceNodeInputField... fields) An array of objects containing information about each field in the input.The name of the node that received the input.The date and time that the trace was returned.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
-
fields
An array of objects containing information about each field in the input.
- Parameters:
fields
- An array of objects containing information about each field in the input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fields
An array of objects containing information about each field in the input.
- Parameters:
fields
- An array of objects containing information about each field in the input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fields
An array of objects containing information about each field in the input.
This is a convenience method that creates an instance of theFlowTraceNodeInputField.Builder
avoiding the need to create one manually viaFlowTraceNodeInputField.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofields(List<FlowTraceNodeInputField>)
.- Parameters:
fields
- a consumer that will call methods onFlowTraceNodeInputField.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nodeName
The name of the node that received the input.
- Parameters:
nodeName
- The name of the node that received the input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timestamp
The date and time that the trace was returned.
- Parameters:
timestamp
- The date and time that the trace was returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-