Interface StringConfigurationOptions.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<StringConfigurationOptions.Builder,
,StringConfigurationOptions> SdkBuilder<StringConfigurationOptions.Builder,
,StringConfigurationOptions> SdkPojo
- Enclosing class:
StringConfigurationOptions
public static interface StringConfigurationOptions.Builder
extends SdkPojo, CopyableBuilder<StringConfigurationOptions.Builder,StringConfigurationOptions>
-
Method Summary
Modifier and TypeMethodDescriptiondefaultValue
(String defaultValue) The Security Hub default value for a control parameter that is a string.expressionDescription
(String expressionDescription) The description of the RE2 regular expression.re2Expression
(String re2Expression) An RE2 regular expression that Security Hub uses to validate a user-provided control parameter string.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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
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
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.
-