@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
- `CfnTopicRule.HttpActionHeaderProperty.Key`. This parameter is required.this
@Stability(value=Stable) public CfnTopicRule.HttpActionHeaderProperty.Builder value(String value)
CfnTopicRule.HttpActionHeaderProperty.getValue()
value
- `CfnTopicRule.HttpActionHeaderProperty.Value`. This parameter is required.this
@Stability(value=Stable) public CfnTopicRule.HttpActionHeaderProperty build()
build
in interface software.amazon.jsii.Builder<CfnTopicRule.HttpActionHeaderProperty>
CfnTopicRule.HttpActionHeaderProperty
NullPointerException
- if any required attribute was not providedCopyright © 2021. All rights reserved.