@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 - The rule name to send messages to. This parameter is required.this@Stability(value=Stable) public CfnDestinationProps.Builder expressionType(String expressionType)
CfnDestinationProps.getExpressionType()expressionType - The type of value in `Expression` . This parameter is required.this@Stability(value=Stable) public CfnDestinationProps.Builder name(String name)
CfnDestinationProps.getName()name - The name of the new resource. This parameter is required.this@Stability(value=Stable) public CfnDestinationProps.Builder roleArn(String roleArn)
CfnDestinationProps.getRoleArn()roleArn - The ARN of the IAM Role that authorizes the destination. This parameter is required.this@Stability(value=Stable) public CfnDestinationProps.Builder description(String description)
CfnDestinationProps.getDescription()description - The description of the new resource.
Maximum length is 2048 characters.this@Stability(value=Stable) public CfnDestinationProps.Builder tags(List<? extends CfnTag> tags)
CfnDestinationProps.getTags()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.this@Stability(value=Stable) public CfnDestinationProps build()
build in interface software.amazon.jsii.Builder<CfnDestinationProps>CfnDestinationPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.