@Stability(value=Stable) public static final class CfnDestinationProps.Builder extends Object implements software.amazon.jsii.Builder<CfnDestinationProps>
CfnDestinationProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDestinationProps |
build()
Builds the configured instance.
|
CfnDestinationProps.Builder |
description(String description)
Sets the value of
CfnDestinationProps.getDescription() |
CfnDestinationProps.Builder |
expression(String expression)
Sets the value of
CfnDestinationProps.getExpression() |
CfnDestinationProps.Builder |
expressionType(String expressionType)
Sets the value of
CfnDestinationProps.getExpressionType() |
CfnDestinationProps.Builder |
name(String name)
Sets the value of
CfnDestinationProps.getName() |
CfnDestinationProps.Builder |
roleArn(String roleArn)
Sets the value of
CfnDestinationProps.getRoleArn() |
CfnDestinationProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnDestinationProps.getTags() |
@Stability(value=Stable) public CfnDestinationProps.Builder expression(String expression)
CfnDestinationProps.getExpression()expression - `AWS::IoTWireless::Destination.Expression`. This parameter is required.this@Stability(value=Stable) public CfnDestinationProps.Builder expressionType(String expressionType)
CfnDestinationProps.getExpressionType()expressionType - `AWS::IoTWireless::Destination.ExpressionType`. This parameter is required.this@Stability(value=Stable) public CfnDestinationProps.Builder name(String name)
CfnDestinationProps.getName()name - `AWS::IoTWireless::Destination.Name`. This parameter is required.this@Stability(value=Stable) public CfnDestinationProps.Builder roleArn(String roleArn)
CfnDestinationProps.getRoleArn()roleArn - `AWS::IoTWireless::Destination.RoleArn`. This parameter is required.this@Stability(value=Stable) public CfnDestinationProps.Builder description(String description)
CfnDestinationProps.getDescription()description - `AWS::IoTWireless::Destination.Description`.this@Stability(value=Stable) public CfnDestinationProps.Builder tags(List<? extends CfnTag> tags)
CfnDestinationProps.getTags()tags - `AWS::IoTWireless::Destination.Tags`.this@Stability(value=Stable) public CfnDestinationProps build()
build in interface software.amazon.jsii.Builder<CfnDestinationProps>CfnDestinationPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.