Class CfnDestinationPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.iotwireless.CfnDestinationPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDestinationPropsMixin>
- Enclosing class:
CfnDestinationPropsMixin
@Stability(Stable)
public static final class CfnDestinationPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDestinationPropsMixin>
A fluent builder for
CfnDestinationPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) description(String description) The description of the new resource.expression(String expression) The rule name to send messages to.expressionType(String expressionType) The type of value inExpression.The name of the new resource.The ARN of the IAM Role that authorizes the destination.The tags are an array of key-value pairs to attach to the specified resource.
-
Method Details
-
create
@Stability(Stable) public static CfnDestinationPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnDestinationPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnDestinationPropsMixin.Builder.
-
description
The description of the new resource.Maximum length is 2048 characters.
- Parameters:
description- The description of the new resource. This parameter is required.- Returns:
this- See Also:
-
expression
The rule name to send messages to.- Parameters:
expression- The rule name to send messages to. This parameter is required.- Returns:
this- See Also:
-
expressionType
The type of value inExpression.- Parameters:
expressionType- The type of value inExpression. This parameter is required.- Returns:
this- See Also:
-
name
The name of the new resource.- Parameters:
name- The name of the new resource. This parameter is required.- Returns:
this- See Also:
-
roleArn
The ARN of the IAM Role that authorizes the destination.- Parameters:
roleArn- The ARN of the IAM Role that authorizes the destination. This parameter is required.- Returns:
this- See Also:
-
tags
The tags are an array of key-value pairs to attach to the specified resource.Tags can have a minimum of 0 and a maximum of 50 items.
- Parameters:
tags- The tags are an array of key-value pairs to attach to the specified resource. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDestinationPropsMixin>- Returns:
- a newly built instance of
CfnDestinationPropsMixin.
-