Uses of Interface
software.amazon.awssdk.services.elasticloadbalancingv2.model.PathPatternConditionConfig.Builder
Packages that use PathPatternConditionConfig.Builder
-
Uses of PathPatternConditionConfig.Builder in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return PathPatternConditionConfig.BuilderModifier and TypeMethodDescriptionPathPatternConditionConfig.builder()PathPatternConditionConfig.Builder.regexValues(String... regexValues) The regular expressions to compare against the request URL.PathPatternConditionConfig.Builder.regexValues(Collection<String> regexValues) The regular expressions to compare against the request URL.PathPatternConditionConfig.toBuilder()The path patterns to compare against the request URL.PathPatternConditionConfig.Builder.values(Collection<String> values) The path patterns to compare against the request URL.Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return types with arguments of type PathPatternConditionConfig.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PathPatternConditionConfig.Builder>PathPatternConditionConfig.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.elasticloadbalancingv2.model with type arguments of type PathPatternConditionConfig.BuilderModifier and TypeMethodDescriptiondefault RuleCondition.BuilderRuleCondition.Builder.pathPatternConfig(Consumer<PathPatternConditionConfig.Builder> pathPatternConfig) Information for a path pattern condition.