Interface CfnAIAgent.ToolOverrideInputValueConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAIAgent.ToolOverrideInputValueConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnAIAgent
@Stability(Stable)
public static interface CfnAIAgent.ToolOverrideInputValueConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.wisdom.*;
ToolOverrideInputValueConfigurationProperty toolOverrideInputValueConfigurationProperty = ToolOverrideInputValueConfigurationProperty.builder()
.constant(ToolOverrideConstantInputValueProperty.builder()
.type("type")
.value("value")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAIAgent.ToolOverrideInputValueConfigurationPropertystatic final classAn implementation forCfnAIAgent.ToolOverrideInputValueConfigurationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Returns union: eitherIResolvableorCfnAIAgent.ToolOverrideConstantInputValuePropertyMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getConstant
Returns union: eitherIResolvableorCfnAIAgent.ToolOverrideConstantInputValueProperty- See Also:
-
builder
-