@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:08.749Z") @Stability(value=Experimental) public interface QueryStringCondition extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.elasticloadbalancingv2.*;
QueryStringCondition queryStringCondition = QueryStringCondition.builder()
.value("value")
// the properties below are optional
.key("key")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
QueryStringCondition.Builder
A builder for
QueryStringCondition |
static class |
QueryStringCondition.Jsii$Proxy
An implementation for
QueryStringCondition |
| Modifier and Type | Method and Description |
|---|---|
static QueryStringCondition.Builder |
builder() |
default String |
getKey()
(experimental) The query string key for the condition.
|
String |
getValue()
(experimental) The query string value for the condition.
|
@Stability(value=Experimental) @NotNull String getValue()
@Stability(value=Experimental) @Nullable default String getKey()
Default: - Any key can be matched.
@Stability(value=Experimental) static QueryStringCondition.Builder builder()
QueryStringCondition.Builder of QueryStringConditionCopyright © 2022. All rights reserved.