Interface CustomPluginConfiguration.Builder

    • Method Detail

      • description

        CustomPluginConfiguration.Builder description​(String description)

        A description for your custom plugin configuration.

        Parameters:
        description - A description for your custom plugin configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • apiSchema

        CustomPluginConfiguration.Builder apiSchema​(APISchema 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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.