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