Interface StringConfigurationOptions.Builder

  • Method Details

    • defaultValue

      StringConfigurationOptions.Builder defaultValue(String defaultValue)

      The Security Hub default value for a control parameter that is a string.

      Parameters:
      defaultValue - The Security Hub default value for a control parameter that is a string.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • re2Expression

      StringConfigurationOptions.Builder re2Expression(String re2Expression)

      An RE2 regular expression that Security Hub uses to validate a user-provided control parameter string.

      Parameters:
      re2Expression - An RE2 regular expression that Security Hub uses to validate a user-provided control parameter string.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • expressionDescription

      StringConfigurationOptions.Builder expressionDescription(String expressionDescription)

      The description of the RE2 regular expression.

      Parameters:
      expressionDescription - The description of the RE2 regular expression.
      Returns:
      Returns a reference to this object so that method calls can be chained together.