Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.APISchema.Builder
-
Packages that use APISchema.Builder Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of APISchema.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return APISchema.Builder Modifier and Type Method Description static APISchema.BuilderAPISchema. builder()APISchema.BuilderAPISchema.Builder. payload(String payload)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.BuilderAPISchema.Builder. s3(S3Identifier s3)Contains details about the S3 object containing the OpenAPI schema for the action group.APISchema.BuilderAPISchema. toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type APISchema.Builder Modifier and Type Method Description static Class<? extends APISchema.Builder>APISchema. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type APISchema.Builder Modifier and Type Method Description default 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.
-