@Stability(value=Stable) public static final class CfnOutcome.Builder extends Object implements software.amazon.jsii.Builder<CfnOutcome>
CfnOutcome.| Modifier and Type | Method and Description |
|---|---|
CfnOutcome |
build() |
static CfnOutcome.Builder |
create(software.constructs.Construct scope,
String id) |
CfnOutcome.Builder |
description(String description)
The outcome description.
|
CfnOutcome.Builder |
name(String name)
The outcome name.
|
CfnOutcome.Builder |
tags(List<? extends CfnTag> tags)
An array of key-value pairs to apply to this resource.
|
@Stability(value=Stable) public static CfnOutcome.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.CfnOutcome.Builder.@Stability(value=Stable) public CfnOutcome.Builder name(String name)
name - The outcome name. This parameter is required.this@Stability(value=Stable) public CfnOutcome.Builder description(String description)
description - The outcome description. This parameter is required.this@Stability(value=Stable) public CfnOutcome.Builder tags(List<? extends CfnTag> tags)
For more information, see Tag .
tags - An array of key-value pairs to apply to this resource. This parameter is required.this@Stability(value=Stable) public CfnOutcome build()
build in interface software.amazon.jsii.Builder<CfnOutcome>Copyright © 2022. All rights reserved.