Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.APISchema.Builder
-
Packages that use APISchema.Builder Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of APISchema.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return APISchema.Builder Modifier and Type Method Description static APISchema.BuilderAPISchema. builder()APISchema.BuilderAPISchema.Builder. payload(String payload)Sets the value of the Payload property for this object.default APISchema.BuilderAPISchema.Builder. s3(Consumer<S3Identifier.Builder> s3)Sets the value of the S3 property for this object.APISchema.BuilderAPISchema.Builder. s3(S3Identifier s3)Sets the value of the S3 property for this object.APISchema.BuilderAPISchema. toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.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.bedrockagent.model with type arguments of type APISchema.Builder Modifier and Type Method Description default AgentActionGroup.BuilderAgentActionGroup.Builder. apiSchema(Consumer<APISchema.Builder> apiSchema)Sets the value of the ApiSchema property for this object.default CreateAgentActionGroupRequest.BuilderCreateAgentActionGroupRequest.Builder. apiSchema(Consumer<APISchema.Builder> apiSchema)Sets the value of the ApiSchema property for this object.default UpdateAgentActionGroupRequest.BuilderUpdateAgentActionGroupRequest.Builder. apiSchema(Consumer<APISchema.Builder> apiSchema)Sets the value of the ApiSchema property for this object.
-