@Stability(value=Stable) public static final class CfnTopicRuleDestinationProps.Builder extends Object implements software.amazon.jsii.Builder<CfnTopicRuleDestinationProps>
CfnTopicRuleDestinationProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnTopicRuleDestinationProps |
build()
Builds the configured instance.
|
CfnTopicRuleDestinationProps.Builder |
httpUrlProperties(CfnTopicRuleDestination.HttpUrlDestinationSummaryProperty httpUrlProperties)
Sets the value of
CfnTopicRuleDestinationProps.getHttpUrlProperties() |
CfnTopicRuleDestinationProps.Builder |
httpUrlProperties(IResolvable httpUrlProperties)
Sets the value of
CfnTopicRuleDestinationProps.getHttpUrlProperties() |
CfnTopicRuleDestinationProps.Builder |
status(String status)
Sets the value of
CfnTopicRuleDestinationProps.getStatus() |
CfnTopicRuleDestinationProps.Builder |
vpcProperties(CfnTopicRuleDestination.VpcDestinationPropertiesProperty vpcProperties)
Sets the value of
CfnTopicRuleDestinationProps.getVpcProperties() |
CfnTopicRuleDestinationProps.Builder |
vpcProperties(IResolvable vpcProperties)
Sets the value of
CfnTopicRuleDestinationProps.getVpcProperties() |
@Stability(value=Stable) public CfnTopicRuleDestinationProps.Builder httpUrlProperties(CfnTopicRuleDestination.HttpUrlDestinationSummaryProperty httpUrlProperties)
CfnTopicRuleDestinationProps.getHttpUrlProperties()httpUrlProperties - Properties of the HTTP URL.this@Stability(value=Stable) public CfnTopicRuleDestinationProps.Builder httpUrlProperties(IResolvable httpUrlProperties)
CfnTopicRuleDestinationProps.getHttpUrlProperties()httpUrlProperties - Properties of the HTTP URL.this@Stability(value=Stable) public CfnTopicRuleDestinationProps.Builder status(String status)
CfnTopicRuleDestinationProps.getStatus()status - - **IN_PROGRESS** - A topic rule destination was created but has not been confirmed.
You can set status to IN_PROGRESS by calling UpdateTopicRuleDestination . Calling UpdateTopicRuleDestination causes a new confirmation challenge to be sent to your confirmation endpoint.
DISABLED by calling UpdateTopicRuleDestination .ENABLED by calling UpdateTopicRuleDestination .GetTopicRuleDestination for details about the error. You can set status to IN_PROGRESS by calling UpdateTopicRuleDestination . Calling UpdateTopicRuleDestination causes a new confirmation challenge to be sent to your confirmation endpoint.this@Stability(value=Stable) public CfnTopicRuleDestinationProps.Builder vpcProperties(CfnTopicRuleDestination.VpcDestinationPropertiesProperty vpcProperties)
CfnTopicRuleDestinationProps.getVpcProperties()vpcProperties - Properties of the virtual private cloud (VPC) connection.this@Stability(value=Stable) public CfnTopicRuleDestinationProps.Builder vpcProperties(IResolvable vpcProperties)
CfnTopicRuleDestinationProps.getVpcProperties()vpcProperties - Properties of the virtual private cloud (VPC) connection.this@Stability(value=Stable) public CfnTopicRuleDestinationProps build()
build in interface software.amazon.jsii.Builder<CfnTopicRuleDestinationProps>CfnTopicRuleDestinationPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.