Interface OptionRestrictionRegex.Builder

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

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

    • pattern

      The regular expression pattern that a string configuration option value with this restriction must match.

      Parameters:
      pattern - The regular expression pattern that a string configuration option value with this restriction must match.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • label

      A unique name representing this regular expression.

      Parameters:
      label - A unique name representing this regular expression.
      Returns:
      Returns a reference to this object so that method calls can be chained together.