public static interface OptionRestrictionRegex.Builder extends 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.
|
copyapply, buildOptionRestrictionRegex.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.