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