Interface ToolOverrideInputValue.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ToolOverrideInputValue.Builder,,ToolOverrideInputValue> SdkBuilder<ToolOverrideInputValue.Builder,,ToolOverrideInputValue> SdkPojo
- Enclosing class:
ToolOverrideInputValue
@Mutable
@NotThreadSafe
public static interface ToolOverrideInputValue.Builder
extends SdkPojo, CopyableBuilder<ToolOverrideInputValue.Builder,ToolOverrideInputValue>
-
Method Summary
Modifier and TypeMethodDescriptionThe JSON path for the input value override.default ToolOverrideInputValue.BuilderThe override input value.The override input 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
-
jsonPath
The JSON path for the input value override.
- Parameters:
jsonPath- The JSON path for the input value override.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
The override input value.
- Parameters:
value- The override input value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
default ToolOverrideInputValue.Builder value(Consumer<ToolOverrideInputValueConfiguration.Builder> value) The override input value.
This is a convenience method that creates an instance of theToolOverrideInputValueConfiguration.Builderavoiding the need to create one manually viaToolOverrideInputValueConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tovalue(ToolOverrideInputValueConfiguration).- Parameters:
value- a consumer that will call methods onToolOverrideInputValueConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-