Class CfnAgentPropsMixin.FunctionSchemaProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnAgentPropsMixin.FunctionSchemaProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAgentPropsMixin.FunctionSchemaProperty>
- Enclosing interface:
CfnAgentPropsMixin.FunctionSchemaProperty
@Stability(Stable)
public static final class CfnAgentPropsMixin.FunctionSchemaProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAgentPropsMixin.FunctionSchemaProperty>
A builder for
CfnAgentPropsMixin.FunctionSchemaProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnAgentPropsMixin.FunctionSchemaProperty.getFunctions()functions(IResolvable functions) Sets the value ofCfnAgentPropsMixin.FunctionSchemaProperty.getFunctions()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
functions
@Stability(Stable) public CfnAgentPropsMixin.FunctionSchemaProperty.Builder functions(IResolvable functions) Sets the value ofCfnAgentPropsMixin.FunctionSchemaProperty.getFunctions()- Parameters:
functions- A list of functions that each define an action in the action group.- Returns:
this
-
functions
@Stability(Stable) public CfnAgentPropsMixin.FunctionSchemaProperty.Builder functions(List<? extends Object> functions) Sets the value ofCfnAgentPropsMixin.FunctionSchemaProperty.getFunctions()- Parameters:
functions- A list of functions that each define an action in the action group.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAgentPropsMixin.FunctionSchemaProperty>- Returns:
- a new instance of
CfnAgentPropsMixin.FunctionSchemaProperty - Throws:
NullPointerException- if any required attribute was not provided
-