Uses of Class
software.amazon.awscdk.services.bedrockagentcore.SchemaDefinition.Builder
Packages that use SchemaDefinition.Builder
Package
Description
Amazon Bedrock AgentCore Construct Library
-
Uses of SchemaDefinition.Builder in software.amazon.awscdk.services.bedrockagentcore
Methods in software.amazon.awscdk.services.bedrockagentcore that return SchemaDefinition.BuilderModifier and TypeMethodDescriptionstatic SchemaDefinition.BuilderSchemaDefinition.builder()SchemaDefinition.Builder.description(String description) Sets the value ofSchemaDefinition.getDescription()SchemaDefinition.Builder.items(SchemaDefinition items) Sets the value ofSchemaDefinition.getItems()SchemaDefinition.Builder.properties(Map<String, ? extends SchemaDefinition> properties) Sets the value ofSchemaDefinition.getProperties()Sets the value ofSchemaDefinition.getRequired()SchemaDefinition.Builder.type(SchemaDefinitionType type) Sets the value ofSchemaDefinition.getType()Constructors in software.amazon.awscdk.services.bedrockagentcore with parameters of type SchemaDefinition.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(SchemaDefinition.Builder builder) Constructor that initializes the object based on literal property values passed by theSchemaDefinition.Builder.