public static interface OptionRestrictionRegex.Builder extends SdkPojo, CopyableBuilder<OptionRestrictionRegex.Builder,OptionRestrictionRegex>
Modifier and Type | Method and Description |
---|---|
OptionRestrictionRegex.Builder |
label(String label)
A unique name representing this regular expression.
|
OptionRestrictionRegex.Builder |
pattern(String pattern)
The regular expression pattern that a string configuration option value with this restriction must match.
|
copy
applyMutation, build
OptionRestrictionRegex.Builder pattern(String pattern)
The regular expression pattern that a string configuration option value with this restriction must match.
pattern
- The regular expression pattern that a string configuration option value with this restriction must
match.OptionRestrictionRegex.Builder label(String label)
A unique name representing this regular expression.
label
- A unique name representing this regular expression.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.