Interface ToolOverrideConstantInputValue.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ToolOverrideConstantInputValue.Builder,,ToolOverrideConstantInputValue> SdkBuilder<ToolOverrideConstantInputValue.Builder,,ToolOverrideConstantInputValue> SdkPojo
- Enclosing class:
ToolOverrideConstantInputValue
@Mutable
@NotThreadSafe
public static interface ToolOverrideConstantInputValue.Builder
extends SdkPojo, CopyableBuilder<ToolOverrideConstantInputValue.Builder,ToolOverrideConstantInputValue>
-
Method Summary
Modifier and TypeMethodDescriptionOverride tool input value with constant valuesOverride tool input value with constant valuesThe constant input override value.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
Override tool input value with constant values
- Parameters:
type- Override tool input value with constant values- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
Override tool input value with constant values
- Parameters:
type- Override tool input value with constant values- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
value
The constant input override value.
- Parameters:
value- The constant input override value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-