Class CfnTopicRuleDestinationPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.iot.CfnTopicRuleDestinationPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTopicRuleDestinationPropsMixin>
- Enclosing class:
CfnTopicRuleDestinationPropsMixin
@Stability(Stable)
public static final class CfnTopicRuleDestinationPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTopicRuleDestinationPropsMixin>
A fluent builder for
CfnTopicRuleDestinationPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) httpUrlProperties(CfnTopicRuleDestinationPropsMixin.HttpUrlDestinationSummaryProperty httpUrlProperties) Properties of the HTTP URL.httpUrlProperties(IResolvable httpUrlProperties) Properties of the HTTP URL.IN_PROGRESS - A topic rule destination was created but has not been confirmed.Properties of the virtual private cloud (VPC) connection.vpcProperties(IResolvable vpcProperties) Properties of the virtual private cloud (VPC) connection.
-
Method Details
-
create
@Stability(Stable) public static CfnTopicRuleDestinationPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnTopicRuleDestinationPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnTopicRuleDestinationPropsMixin.Builder.
-
httpUrlProperties
@Stability(Stable) public CfnTopicRuleDestinationPropsMixin.Builder httpUrlProperties(IResolvable httpUrlProperties) Properties of the HTTP URL.- Parameters:
httpUrlProperties- Properties of the HTTP URL. This parameter is required.- Returns:
this- See Also:
-
httpUrlProperties
@Stability(Stable) public CfnTopicRuleDestinationPropsMixin.Builder httpUrlProperties(CfnTopicRuleDestinationPropsMixin.HttpUrlDestinationSummaryProperty httpUrlProperties) Properties of the HTTP URL.- Parameters:
httpUrlProperties- Properties of the HTTP URL. This parameter is required.- Returns:
this- See Also:
-
status
- IN_PROGRESS - A topic rule destination was created but has not been confirmed.
You can set status to
IN_PROGRESSby callingUpdateTopicRuleDestination. CallingUpdateTopicRuleDestinationcauses a new confirmation challenge to be sent to your confirmation endpoint.- ENABLED - Confirmation was completed, and traffic to this destination is allowed. You can set status to
DISABLEDby callingUpdateTopicRuleDestination. - DISABLED - Confirmation was completed, and traffic to this destination is not allowed. You can set status to
ENABLEDby callingUpdateTopicRuleDestination. - ERROR - Confirmation could not be completed; for example, if the confirmation timed out. You can call
GetTopicRuleDestinationfor details about the error. You can set status toIN_PROGRESSby callingUpdateTopicRuleDestination. CallingUpdateTopicRuleDestinationcauses a new confirmation challenge to be sent to your confirmation endpoint.
- Parameters:
status-- IN_PROGRESS - A topic rule destination was created but has not been confirmed.
- Returns:
this- See Also:
-
vpcProperties
@Stability(Stable) public CfnTopicRuleDestinationPropsMixin.Builder vpcProperties(IResolvable vpcProperties) Properties of the virtual private cloud (VPC) connection.- Parameters:
vpcProperties- Properties of the virtual private cloud (VPC) connection. This parameter is required.- Returns:
this- See Also:
-
vpcProperties
@Stability(Stable) public CfnTopicRuleDestinationPropsMixin.Builder vpcProperties(CfnTopicRuleDestinationPropsMixin.VpcDestinationPropertiesProperty vpcProperties) Properties of the virtual private cloud (VPC) connection.- Parameters:
vpcProperties- Properties of the virtual private cloud (VPC) connection. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTopicRuleDestinationPropsMixin>- Returns:
- a newly built instance of
CfnTopicRuleDestinationPropsMixin.
-