Interface FlowTraceNodeInputExecutionChainItem.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FlowTraceNodeInputExecutionChainItem.Builder,
,FlowTraceNodeInputExecutionChainItem> SdkBuilder<FlowTraceNodeInputExecutionChainItem.Builder,
,FlowTraceNodeInputExecutionChainItem> SdkPojo
- Enclosing class:
FlowTraceNodeInputExecutionChainItem
@Mutable
@NotThreadSafe
public static interface FlowTraceNodeInputExecutionChainItem.Builder
extends SdkPojo, CopyableBuilder<FlowTraceNodeInputExecutionChainItem.Builder,FlowTraceNodeInputExecutionChainItem>
-
Method Summary
Modifier and TypeMethodDescriptionThe index position of this item in the execution chain.The name of the node in the execution chain.The type of execution chain item.type
(FlowControlNodeType type) The type of execution chain item.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 node in the execution chain.
- Parameters:
nodeName
- The name of the node in the execution chain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
index
The index position of this item in the execution chain.
- Parameters:
index
- The index position of this item in the execution chain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of execution chain item. Supported values are Iterator and Loop.
- Parameters:
type
- The type of execution chain item. Supported values are Iterator and Loop.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of execution chain item. Supported values are Iterator and Loop.
- Parameters:
type
- The type of execution chain item. Supported values are Iterator and Loop.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-