Interface Tool.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Tool.Builder,Tool>,SdkBuilder<Tool.Builder,Tool>,SdkPojo
- Enclosing class:
- Tool
public static interface Tool.Builder extends SdkPojo, CopyableBuilder<Tool.Builder,Tool>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tool.Buildername(String name)The name of an AWS service.Tool.Builderurl(String url)The URL of an AWS service.-
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, sdkFields
-
-
-
-
Method Detail
-
name
Tool.Builder name(String name)
The name of an AWS service.
- Parameters:
name- The name of an AWS service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
url
Tool.Builder url(String url)
The URL of an AWS service.
- Parameters:
url- The URL of an AWS service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-