Interface FlowModule.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<FlowModule.Builder,,FlowModule> SdkBuilder<FlowModule.Builder,,FlowModule> SdkPojo
- Enclosing class:
FlowModule
@Mutable
@NotThreadSafe
public static interface FlowModule.Builder
extends SdkPojo, CopyableBuilder<FlowModule.Builder,FlowModule>
-
Method Summary
Modifier and TypeMethodDescriptionflowModuleId(String flowModuleId) If of Flow Modules invocable as toolOnly Type we support is MCP.type(FlowModuleType type) Only Type we support is MCP.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
-
type
Only Type we support is MCP.
- Parameters:
type- Only Type we support is MCP.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
Only Type we support is MCP.
- Parameters:
type- Only Type we support is MCP.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
flowModuleId
If of Flow Modules invocable as tool
- Parameters:
flowModuleId- If of Flow Modules invocable as tool- Returns:
- Returns a reference to this object so that method calls can be chained together.
-