Class CfnEntityType.Builder
java.lang.Object
software.amazon.awscdk.services.frauddetector.CfnEntityType.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnEntityType>
- Enclosing class:
CfnEntityType
@Stability(Stable)
public static final class CfnEntityType.Builder
extends Object
implements software.amazon.jsii.Builder<CfnEntityType>
A fluent builder for
CfnEntityType.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnEntityType.Builderdescription(String description) The entity type description.The entity type name.A key and value pair.
-
Method Details
-
create
@Stability(Stable) public static CfnEntityType.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
CfnEntityType.Builder.
-
name
The entity type name.Pattern:
^[0-9a-z_-]+$- Parameters:
name- The entity type name. This parameter is required.- Returns:
this- See Also:
-
description
The entity type description.- Parameters:
description- The entity type description. This parameter is required.- Returns:
this- See Also:
-
tags
A key and value pair.- Parameters:
tags- A key and value pair. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnEntityType>- Returns:
- a newly built instance of
CfnEntityType.
-