Interface FlowTraceNodeOutputEvent.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FlowTraceNodeOutputEvent.Builder,
,FlowTraceNodeOutputEvent> SdkBuilder<FlowTraceNodeOutputEvent.Builder,
,FlowTraceNodeOutputEvent> SdkPojo
- Enclosing class:
FlowTraceNodeOutputEvent
@Mutable
@NotThreadSafe
public static interface FlowTraceNodeOutputEvent.Builder
extends SdkPojo, CopyableBuilder<FlowTraceNodeOutputEvent.Builder,FlowTraceNodeOutputEvent>
-
Method Summary
Modifier and TypeMethodDescriptionfields
(Collection<FlowTraceNodeOutputField> fields) An array of objects containing information about each field in the output.fields
(Consumer<FlowTraceNodeOutputField.Builder>... fields) An array of objects containing information about each field in the output.fields
(FlowTraceNodeOutputField... fields) An array of objects containing information about each field in the output.The name of the node that yielded the output.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 output.
- Parameters:
fields
- An array of objects containing information about each field in the output.- 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 output.
- Parameters:
fields
- An array of objects containing information about each field in the output.- 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 output.
This is a convenience method that creates an instance of theFlowTraceNodeOutputField.Builder
avoiding the need to create one manually viaFlowTraceNodeOutputField.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofields(List<FlowTraceNodeOutputField>)
.- Parameters:
fields
- a consumer that will call methods onFlowTraceNodeOutputField.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 yielded the output.
- Parameters:
nodeName
- The name of the node that yielded the output.- 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.
-