@Stability(value=Stable) public static final class CfnTopicRule.HttpActionHeaderProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnTopicRule.HttpActionHeaderProperty>
CfnTopicRule.HttpActionHeaderProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnTopicRule.HttpActionHeaderProperty |
build()
Builds the configured instance.
|
CfnTopicRule.HttpActionHeaderProperty.Builder |
key(String key)
Sets the value of
CfnTopicRule.HttpActionHeaderProperty.getKey() |
CfnTopicRule.HttpActionHeaderProperty.Builder |
value(String value)
Sets the value of
CfnTopicRule.HttpActionHeaderProperty.getValue() |
@Stability(value=Stable) public CfnTopicRule.HttpActionHeaderProperty.Builder key(String key)
CfnTopicRule.HttpActionHeaderProperty.getKey()key - The HTTP header key. This parameter is required.this@Stability(value=Stable) public CfnTopicRule.HttpActionHeaderProperty.Builder value(String value)
CfnTopicRule.HttpActionHeaderProperty.getValue()value - The HTTP header value. This parameter is required.
Substitution templates are supported.this@Stability(value=Stable) public CfnTopicRule.HttpActionHeaderProperty build()
build in interface software.amazon.jsii.Builder<CfnTopicRule.HttpActionHeaderProperty>CfnTopicRule.HttpActionHeaderPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.