| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticbeanstalk.model |
| Modifier and Type | Method and Description |
|---|---|
static OptionRestrictionRegex.Builder |
OptionRestrictionRegex.builder() |
OptionRestrictionRegex.Builder |
OptionRestrictionRegex.Builder.label(String label)
A unique name representing this regular expression.
|
OptionRestrictionRegex.Builder |
OptionRestrictionRegex.Builder.pattern(String pattern)
The regular expression pattern that a string configuration option value with this restriction must match.
|
OptionRestrictionRegex.Builder |
OptionRestrictionRegex.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends OptionRestrictionRegex.Builder> |
OptionRestrictionRegex.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ConfigurationOptionDescription.Builder |
ConfigurationOptionDescription.Builder.regex(Consumer<OptionRestrictionRegex.Builder> regex)
If specified, the configuration option must be a string value that satisfies this regular expression.
|
Copyright © 2020. All rights reserved.