| Modifier and Type | Method and Description |
|---|---|
CfnLabel |
build() |
static CfnLabel.Builder |
create(software.constructs.Construct scope,
String id) |
CfnLabel.Builder |
description(String description)
`AWS::FraudDetector::Label.Description`.
|
CfnLabel.Builder |
name(String name)
`AWS::FraudDetector::Label.Name`.
|
CfnLabel.Builder |
tags(List<? extends CfnTag> tags)
`AWS::FraudDetector::Label.Tags`.
|
@Stability(value=Stable) public static CfnLabel.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.CfnLabel.Builder.@Stability(value=Stable) public CfnLabel.Builder name(String name)
name - `AWS::FraudDetector::Label.Name`. This parameter is required.this@Stability(value=Stable) public CfnLabel.Builder description(String description)
description - `AWS::FraudDetector::Label.Description`. This parameter is required.this@Stability(value=Stable) public CfnLabel.Builder tags(List<? extends CfnTag> tags)
tags - `AWS::FraudDetector::Label.Tags`. This parameter is required.thisCopyright © 2021. All rights reserved.