Interface DocumentParameter.Builder

    • Method Detail

      • key

        DocumentParameter.Builder key​(String key)

        Key of the map field containing the patterns that need to be replaced in a managed template job document schema.

        Parameters:
        key - Key of the map field containing the patterns that need to be replaced in a managed template job document schema.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        DocumentParameter.Builder description​(String description)

        Description of the map field containing the patterns that need to be replaced in a managed template job document schema.

        Parameters:
        description - Description of the map field containing the patterns that need to be replaced in a managed template job document schema.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • regex

        DocumentParameter.Builder regex​(String regex)

        A regular expression of the patterns that need to be replaced in a managed template job document schema.

        Parameters:
        regex - A regular expression of the patterns that need to be replaced in a managed template job document schema.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • example

        DocumentParameter.Builder example​(String example)

        An example illustrating a pattern that need to be replaced in a managed template job document schema.

        Parameters:
        example - An example illustrating a pattern that need to be replaced in a managed template job document schema.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • optional

        DocumentParameter.Builder optional​(Boolean optional)

        Specifies whether a pattern that needs to be replaced in a managed template job document schema is optional or required.

        Parameters:
        optional - Specifies whether a pattern that needs to be replaced in a managed template job document schema is optional or required.
        Returns:
        Returns a reference to this object so that method calls can be chained together.