Interface StringSchemaConfig.Builder

    • Method Detail

      • comment

        StringSchemaConfig.Builder comment​(String comment)

        A comment to describe the parameter.

        Parameters:
        comment - A comment to describe the parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • defaultValue

        StringSchemaConfig.Builder defaultValue​(String defaultValue)

        The default value of the parameter.

        Parameters:
        defaultValue - The default value of the parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • required

        StringSchemaConfig.Builder required​(Boolean required)

        Whether the defined parameter is required.

        Parameters:
        required - Whether the defined parameter is required.
        Returns:
        Returns a reference to this object so that method calls can be chained together.