Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.APISchema.Builder
Packages that use APISchema.Builder
-
Uses of APISchema.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return APISchema.BuilderModifier and TypeMethodDescriptionstatic APISchema.BuilderAPISchema.builder()The JSON or YAML-formatted payload defining the OpenAPI schema for the action group.default APISchema.BuilderAPISchema.Builder.s3(Consumer<S3Identifier.Builder> s3) Contains details about the S3 object containing the OpenAPI schema for the action group.APISchema.Builder.s3(S3Identifier s3) Contains details about the S3 object containing the OpenAPI schema for the action group.APISchema.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type APISchema.BuilderModifier and TypeMethodDescriptionstatic Class<? extends APISchema.Builder>APISchema.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type APISchema.BuilderModifier and TypeMethodDescriptiondefault AgentActionGroup.BuilderAgentActionGroup.Builder.apiSchema(Consumer<APISchema.Builder> apiSchema) Contains either details about the S3 object containing the OpenAPI schema for the action group or the JSON or YAML-formatted payload defining the schema.