Interface APISchema.Builder

All Superinterfaces:
Buildable, CopyableBuilder<APISchema.Builder,APISchema>, SdkBuilder<APISchema.Builder,APISchema>, SdkPojo
Enclosing class:
APISchema

public static interface APISchema.Builder extends SdkPojo, CopyableBuilder<APISchema.Builder,APISchema>
  • Method Details

    • payload

      APISchema.Builder payload(String payload)

      The JSON or YAML-formatted payload defining the OpenAPI schema for a custom plugin.

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

      Contains details about the S3 object containing the OpenAPI schema for a custom plugin. The schema could be in either JSON or YAML format.

      Parameters:
      s3 - Contains details about the S3 object containing the OpenAPI schema for a custom plugin. The schema could be in either JSON or YAML format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • s3

      Contains details about the S3 object containing the OpenAPI schema for a custom plugin. The schema could be in either JSON or YAML format.

      This is a convenience method that creates an instance of the S3.Builder avoiding the need to create one manually via S3.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to s3(S3).

      Parameters:
      s3 - a consumer that will call methods on S3.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: