Uses of Interface
software.amazon.awssdk.services.elasticbeanstalk.model.OptionRestrictionRegex.Builder
-
Packages that use OptionRestrictionRegex.Builder Package Description software.amazon.awssdk.services.elasticbeanstalk.model -
-
Uses of OptionRestrictionRegex.Builder in software.amazon.awssdk.services.elasticbeanstalk.model
Methods in software.amazon.awssdk.services.elasticbeanstalk.model that return OptionRestrictionRegex.Builder Modifier and Type Method Description static OptionRestrictionRegex.BuilderOptionRestrictionRegex. builder()OptionRestrictionRegex.BuilderOptionRestrictionRegex.Builder. label(String label)A unique name representing this regular expression.OptionRestrictionRegex.BuilderOptionRestrictionRegex.Builder. pattern(String pattern)The regular expression pattern that a string configuration option value with this restriction must match.OptionRestrictionRegex.BuilderOptionRestrictionRegex. toBuilder()Methods in software.amazon.awssdk.services.elasticbeanstalk.model that return types with arguments of type OptionRestrictionRegex.Builder Modifier and Type Method Description static Class<? extends OptionRestrictionRegex.Builder>OptionRestrictionRegex. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.elasticbeanstalk.model with type arguments of type OptionRestrictionRegex.Builder Modifier and Type Method Description default ConfigurationOptionDescription.BuilderConfigurationOptionDescription.Builder. regex(Consumer<OptionRestrictionRegex.Builder> regex)If specified, the configuration option must be a string value that satisfies this regular expression.
-