Interface FlowTraceConditionNodeResultEvent.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FlowTraceConditionNodeResultEvent.Builder,
,FlowTraceConditionNodeResultEvent> SdkBuilder<FlowTraceConditionNodeResultEvent.Builder,
,FlowTraceConditionNodeResultEvent> SdkPojo
- Enclosing class:
FlowTraceConditionNodeResultEvent
@Mutable
@NotThreadSafe
public static interface FlowTraceConditionNodeResultEvent.Builder
extends SdkPojo, CopyableBuilder<FlowTraceConditionNodeResultEvent.Builder,FlowTraceConditionNodeResultEvent>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the condition node.satisfiedConditions
(Collection<FlowTraceCondition> satisfiedConditions) An array of objects containing information about the conditions that were satisfied.satisfiedConditions
(Consumer<FlowTraceCondition.Builder>... satisfiedConditions) An array of objects containing information about the conditions that were satisfied.satisfiedConditions
(FlowTraceCondition... satisfiedConditions) An array of objects containing information about the conditions that were satisfied.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
-
nodeName
The name of the condition node.
- Parameters:
nodeName
- The name of the condition node.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
satisfiedConditions
FlowTraceConditionNodeResultEvent.Builder satisfiedConditions(Collection<FlowTraceCondition> satisfiedConditions) An array of objects containing information about the conditions that were satisfied.
- Parameters:
satisfiedConditions
- An array of objects containing information about the conditions that were satisfied.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
satisfiedConditions
FlowTraceConditionNodeResultEvent.Builder satisfiedConditions(FlowTraceCondition... satisfiedConditions) An array of objects containing information about the conditions that were satisfied.
- Parameters:
satisfiedConditions
- An array of objects containing information about the conditions that were satisfied.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
satisfiedConditions
FlowTraceConditionNodeResultEvent.Builder satisfiedConditions(Consumer<FlowTraceCondition.Builder>... satisfiedConditions) An array of objects containing information about the conditions that were satisfied.
This is a convenience method that creates an instance of theFlowTraceCondition.Builder
avoiding the need to create one manually viaFlowTraceCondition.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosatisfiedConditions(List<FlowTraceCondition>)
.- Parameters:
satisfiedConditions
- a consumer that will call methods onFlowTraceCondition.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
-