Class CfnAIAgent.ToolOverrideInputValueConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.wisdom.CfnAIAgent.ToolOverrideInputValueConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAIAgent.ToolOverrideInputValueConfigurationProperty>
- Enclosing interface:
CfnAIAgent.ToolOverrideInputValueConfigurationProperty
@Stability(Stable)
public static final class CfnAIAgent.ToolOverrideInputValueConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAIAgent.ToolOverrideInputValueConfigurationProperty>
A builder for
CfnAIAgent.ToolOverrideInputValueConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.constant(IResolvable constant) Sets the value ofCfnAIAgent.ToolOverrideInputValueConfigurationProperty.getConstant()Sets the value ofCfnAIAgent.ToolOverrideInputValueConfigurationProperty.getConstant()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
constant
@Stability(Stable) public CfnAIAgent.ToolOverrideInputValueConfigurationProperty.Builder constant(IResolvable constant) Sets the value ofCfnAIAgent.ToolOverrideInputValueConfigurationProperty.getConstant()- Parameters:
constant- the value to be set. This parameter is required.- Returns:
this
-
constant
@Stability(Stable) public CfnAIAgent.ToolOverrideInputValueConfigurationProperty.Builder constant(CfnAIAgent.ToolOverrideConstantInputValueProperty constant) Sets the value ofCfnAIAgent.ToolOverrideInputValueConfigurationProperty.getConstant()- Parameters:
constant- the value to be set. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAIAgent.ToolOverrideInputValueConfigurationProperty>- Returns:
- a new instance of
CfnAIAgent.ToolOverrideInputValueConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-