Class CfnTag.Builder
java.lang.Object
software.amazon.awscdk.services.lakeformation.CfnTag.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTag>
- Enclosing class:
CfnTag
@Stability(Stable)
public static final class CfnTag.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTag>
A fluent builder for
CfnTag.-
Method Summary
Modifier and TypeMethodDescriptionbuild()Catalog id string, not less than 1 or more than 255 bytes long, matching the single-line string pattern .static CfnTag.BuilderUTF-8 string, not less than 1 or more than 255 bytes long, matching the single-line string pattern .An array of UTF-8 strings, not less than 1 or more than 50 strings.
-
Method Details
-
create
@Stability(Stable) public static CfnTag.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
CfnTag.Builder.
-
tagKey
UTF-8 string, not less than 1 or more than 255 bytes long, matching the single-line string pattern .The key-name for the LF-tag.
- Parameters:
tagKey- UTF-8 string, not less than 1 or more than 255 bytes long, matching the single-line string pattern . This parameter is required.- Returns:
this- See Also:
-
tagValues
An array of UTF-8 strings, not less than 1 or more than 50 strings.A list of possible values of the corresponding
TagKeyof an LF-tag key-value pair.- Parameters:
tagValues- An array of UTF-8 strings, not less than 1 or more than 50 strings. This parameter is required.- Returns:
this- See Also:
-
catalogId
Catalog id string, not less than 1 or more than 255 bytes long, matching the single-line string pattern .The identifier for the Data Catalog . By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your AWS Lake Formation environment.
- Parameters:
catalogId- Catalog id string, not less than 1 or more than 255 bytes long, matching the single-line string pattern . This parameter is required.- Returns:
this- See Also:
-
build
-