@Stability(value=Stable) public static final class CfnListenerRule.QueryStringKeyValueProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnListenerRule.QueryStringKeyValueProperty>
CfnListenerRule.QueryStringKeyValueProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnListenerRule.QueryStringKeyValueProperty |
build()
Builds the configured instance.
|
CfnListenerRule.QueryStringKeyValueProperty.Builder |
key(String key)
Sets the value of
CfnListenerRule.QueryStringKeyValueProperty.getKey() |
CfnListenerRule.QueryStringKeyValueProperty.Builder |
value(String value)
Sets the value of
CfnListenerRule.QueryStringKeyValueProperty.getValue() |
@Stability(value=Stable) public CfnListenerRule.QueryStringKeyValueProperty.Builder key(String key)
CfnListenerRule.QueryStringKeyValueProperty.getKey()key - The key.
You can omit the key.this@Stability(value=Stable) public CfnListenerRule.QueryStringKeyValueProperty.Builder value(String value)
CfnListenerRule.QueryStringKeyValueProperty.getValue()value - The value.this@Stability(value=Stable) public CfnListenerRule.QueryStringKeyValueProperty build()
build in interface software.amazon.jsii.Builder<CfnListenerRule.QueryStringKeyValueProperty>CfnListenerRule.QueryStringKeyValuePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.