Class CfnOutcome.Builder
java.lang.Object
software.amazon.awscdk.services.frauddetector.CfnOutcome.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnOutcome>
- Enclosing class:
CfnOutcome
@Stability(Stable)
public static final class CfnOutcome.Builder
extends Object
implements software.amazon.jsii.Builder<CfnOutcome>
A fluent builder for
CfnOutcome.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnOutcome.Builderdescription(String description) The outcome description.The outcome name.An array of key-value pairs to apply to this resource.
-
Method Details
-
create
@Stability(Stable) public static CfnOutcome.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnOutcome.Builder.
-
name
The outcome name.- Parameters:
name- The outcome name. This parameter is required.- Returns:
this- See Also:
-
description
The outcome description.- Parameters:
description- The outcome description. This parameter is required.- Returns:
this- See Also:
-
tags
An array of key-value pairs to apply to this resource.For more information, see Tag .
- Parameters:
tags- An array of key-value pairs to apply to this resource. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnOutcome>- Returns:
- a newly built instance of
CfnOutcome.
-