Uses of Interface
software.amazon.awssdk.services.qbusiness.model.APISchema.Builder
-
Packages that use APISchema.Builder Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of APISchema.Builder in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.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 a custom plugin.default APISchema.BuilderAPISchema.Builder. s3(Consumer<S3.Builder> s3)Contains details about the S3 object containing the OpenAPI schema for a custom plugin.APISchema.BuilderAPISchema.Builder. s3(S3 s3)Contains details about the S3 object containing the OpenAPI schema for a custom plugin.APISchema.BuilderAPISchema. toBuilder()Methods in software.amazon.awssdk.services.qbusiness.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.qbusiness.model with type arguments of type APISchema.Builder Modifier and Type Method Description default CustomPluginConfiguration.BuilderCustomPluginConfiguration.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.
-