Interface ConfigurationBundleToolEntry.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ConfigurationBundleToolEntry.Builder,,ConfigurationBundleToolEntry> SdkBuilder<ConfigurationBundleToolEntry.Builder,,ConfigurationBundleToolEntry> SdkPojo
- Enclosing class:
ConfigurationBundleToolEntry
@Mutable
@NotThreadSafe
public static interface ConfigurationBundleToolEntry.Builder
extends SdkPojo, CopyableBuilder<ConfigurationBundleToolEntry.Builder,ConfigurationBundleToolEntry>
-
Method Summary
Modifier and TypeMethodDescriptiontoolDescriptionJsonPath(String toolDescriptionJsonPath) The JSON path within the configuration bundle's components that contains the tool description.The name of the tool.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
-
toolName
The name of the tool.
- Parameters:
toolName- The name of the tool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toolDescriptionJsonPath
The JSON path within the configuration bundle's components that contains the tool description.
- Parameters:
toolDescriptionJsonPath- The JSON path within the configuration bundle's components that contains the tool description.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-