public static interface CfnListenerRule.QueryStringKeyValueProperty
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.*; QueryStringKeyValueProperty queryStringKeyValueProperty = QueryStringKeyValueProperty.builder() .key("key") .value("value") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnListenerRule.QueryStringKeyValueProperty.Builder
A builder for
CfnListenerRule.QueryStringKeyValueProperty |
static class |
CfnListenerRule.QueryStringKeyValueProperty.Jsii$Proxy
An implementation for
CfnListenerRule.QueryStringKeyValueProperty |
Modifier and Type | Method and Description |
---|---|
static CfnListenerRule.QueryStringKeyValueProperty.Builder |
builder() |
default java.lang.String |
getKey()
The key.
|
default java.lang.String |
getValue()
The value.
|
default java.lang.String getKey()
You can omit the key.
default java.lang.String getValue()
static CfnListenerRule.QueryStringKeyValueProperty.Builder builder()