Class CfnLabelPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.frauddetector.CfnLabelPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnLabelPropsMixin>
- Enclosing class:
CfnLabelPropsMixin
@Stability(Stable)
public static final class CfnLabelPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnLabelPropsMixin>
A fluent builder for
CfnLabelPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnLabelPropsMixin.Buildercreate()static CfnLabelPropsMixin.Buildercreate(CfnPropertyMixinOptions options) description(String description) The label description.The label name.An array of key-value pairs to apply to this resource.
-
Method Details
-
create
- Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnLabelPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnLabelPropsMixin.Builder.
-
description
The label description.- Parameters:
description- The label description. This parameter is required.- Returns:
this- See Also:
-
name
The label name.Pattern:
^[0-9a-z_-]+$- Parameters:
name- The label name. 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<CfnLabelPropsMixin>- Returns:
- a newly built instance of
CfnLabelPropsMixin.
-