Interface APISchema.Builder

    • Method Detail

      • payload

        APISchema.Builder payload​(String payload)

        The JSON or YAML-formatted payload defining the OpenAPI schema for the action group.

        Parameters:
        payload - The JSON or YAML-formatted payload defining the OpenAPI schema for the action group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • s3

        APISchema.Builder s3​(S3Identifier s3)

        Contains details about the S3 object containing the OpenAPI schema for the action group.

        Parameters:
        s3 - Contains details about the S3 object containing the OpenAPI schema for the action group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.