@Stability(value=Experimental) public static final class AddRuleProps.Builder extends Object implements software.amazon.jsii.Builder<AddRuleProps>
AddRuleProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
AddRuleProps |
build()
Builds the configured instance.
|
AddRuleProps.Builder |
conditions(List<? extends ListenerCondition> conditions)
Sets the value of
AddRuleProps.getConditions() |
AddRuleProps.Builder |
hostHeader(String hostHeader)
Deprecated.
Use `conditions` instead.
|
AddRuleProps.Builder |
pathPattern(String pathPattern)
Deprecated.
Use `conditions` instead.
|
AddRuleProps.Builder |
pathPatterns(List<String> pathPatterns)
Deprecated.
Use `conditions` instead.
|
AddRuleProps.Builder |
priority(Number priority)
Sets the value of
AddRuleProps.getPriority() |
@Stability(value=Experimental) public AddRuleProps.Builder conditions(List<? extends ListenerCondition> conditions)
AddRuleProps.getConditions()conditions - Rule applies if matches the conditions.this@Stability(value=Deprecated) @Deprecated public AddRuleProps.Builder hostHeader(String hostHeader)
AddRuleProps.getHostHeader()hostHeader - Rule applies if the requested host matches the indicated host.
May contain up to three '*' wildcards.
Requires that priority is set.
this@Stability(value=Deprecated) @Deprecated public AddRuleProps.Builder pathPattern(String pathPattern)
AddRuleProps.getPathPattern()pathPattern - Rule applies if the requested path matches the given path pattern.
May contain up to three '*' wildcards.
Requires that priority is set.
this@Stability(value=Deprecated) @Deprecated public AddRuleProps.Builder pathPatterns(List<String> pathPatterns)
AddRuleProps.getPathPatterns()pathPatterns - Rule applies if the requested path matches any of the given patterns.
May contain up to three '*' wildcards.
Requires that priority is set.
this@Stability(value=Experimental) public AddRuleProps.Builder priority(Number priority)
AddRuleProps.getPriority()priority - Priority of this target group.
The rule with the lowest priority will be used for every request.
If priority is not given, these target groups will be added as
defaults, and must not have conditions.
Priorities must be unique.
this@Stability(value=Experimental) public AddRuleProps build()
build in interface software.amazon.jsii.Builder<AddRuleProps>AddRulePropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.