Class FunctionSchemaProps.Builder
java.lang.Object
software.amazon.awscdk.services.bedrock.alpha.FunctionSchemaProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<FunctionSchemaProps>
- Enclosing interface:
FunctionSchemaProps
@Stability(Experimental)
public static final class FunctionSchemaProps.Builder
extends Object
implements software.amazon.jsii.Builder<FunctionSchemaProps>
A builder for
FunctionSchemaProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.functions(List<? extends FunctionProps> functions) Sets the value ofFunctionSchemaProps.getFunctions()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
functions
@Stability(Experimental) public FunctionSchemaProps.Builder functions(List<? extends FunctionProps> functions) Sets the value ofFunctionSchemaProps.getFunctions()- Parameters:
functions- Functions defined in the schema. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<FunctionSchemaProps>- Returns:
- a new instance of
FunctionSchemaProps - Throws:
NullPointerException- if any required attribute was not provided
-