Interface SystemTool.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SystemTool.Builder,,SystemTool> SdkBuilder<SystemTool.Builder,,SystemTool> SdkPojo
- Enclosing class:
SystemTool
@Mutable
@NotThreadSafe
public static interface SystemTool.Builder
extends SdkPojo, CopyableBuilder<SystemTool.Builder,SystemTool>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the system-defined tool that you want to call.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
-
name
The name of the system-defined tool that you want to call.
- Parameters:
name- The name of the system-defined tool that you want to call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-