@Stability(value=Stable) public static final class CfnDestination.Builder extends Object implements software.amazon.jsii.Builder<CfnDestination>
CfnDestination.| Modifier and Type | Method and Description |
|---|---|
CfnDestination |
build() |
static CfnDestination.Builder |
create(software.constructs.Construct scope,
String id) |
CfnDestination.Builder |
description(String description)
`AWS::IoTWireless::Destination.Description`.
|
CfnDestination.Builder |
expression(String expression)
`AWS::IoTWireless::Destination.Expression`.
|
CfnDestination.Builder |
expressionType(String expressionType)
`AWS::IoTWireless::Destination.ExpressionType`.
|
CfnDestination.Builder |
name(String name)
`AWS::IoTWireless::Destination.Name`.
|
CfnDestination.Builder |
roleArn(String roleArn)
`AWS::IoTWireless::Destination.RoleArn`.
|
CfnDestination.Builder |
tags(List<? extends CfnTag> tags)
`AWS::IoTWireless::Destination.Tags`.
|
@Stability(value=Stable) public static CfnDestination.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnDestination.Builder.@Stability(value=Stable) public CfnDestination.Builder expression(String expression)
expression - `AWS::IoTWireless::Destination.Expression`. This parameter is required.this@Stability(value=Stable) public CfnDestination.Builder expressionType(String expressionType)
expressionType - `AWS::IoTWireless::Destination.ExpressionType`. This parameter is required.this@Stability(value=Stable) public CfnDestination.Builder name(String name)
name - `AWS::IoTWireless::Destination.Name`. This parameter is required.this@Stability(value=Stable) public CfnDestination.Builder roleArn(String roleArn)
roleArn - `AWS::IoTWireless::Destination.RoleArn`. This parameter is required.this@Stability(value=Stable) public CfnDestination.Builder description(String description)
description - `AWS::IoTWireless::Destination.Description`. This parameter is required.this@Stability(value=Stable) public CfnDestination.Builder tags(List<? extends CfnTag> tags)
tags - `AWS::IoTWireless::Destination.Tags`. This parameter is required.this@Stability(value=Stable) public CfnDestination build()
build in interface software.amazon.jsii.Builder<CfnDestination>Copyright © 2021. All rights reserved.