Class LakeformationResourceLfTagsDatabase.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.lakeformation_resource_lf_tags.LakeformationResourceLfTagsDatabase.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<LakeformationResourceLfTagsDatabase>
- Enclosing interface:
- LakeformationResourceLfTagsDatabase
@Stability(Stable) public static final class LakeformationResourceLfTagsDatabase.Builder extends Object implements software.amazon.jsii.Builder<LakeformationResourceLfTagsDatabase>
A builder forLakeformationResourceLfTagsDatabase
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LakeformationResourceLfTagsDatabasebuild()Builds the configured instance.LakeformationResourceLfTagsDatabase.BuildercatalogId(String catalogId)Sets the value ofLakeformationResourceLfTagsDatabase.getCatalogId()LakeformationResourceLfTagsDatabase.Buildername(String name)Sets the value ofLakeformationResourceLfTagsDatabase.getName()
-
-
-
Method Detail
-
name
@Stability(Stable) public LakeformationResourceLfTagsDatabase.Builder name(String name)
Sets the value ofLakeformationResourceLfTagsDatabase.getName()- Parameters:
name- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lakeformation_resource_lf_tags#name LakeformationResourceLfTags#name}. This parameter is required.- Returns:
this
-
catalogId
@Stability(Stable) public LakeformationResourceLfTagsDatabase.Builder catalogId(String catalogId)
Sets the value ofLakeformationResourceLfTagsDatabase.getCatalogId()- Parameters:
catalogId- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lakeformation_resource_lf_tags#catalog_id LakeformationResourceLfTags#catalog_id}.- Returns:
this
-
build
@Stability(Stable) public LakeformationResourceLfTagsDatabase build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<LakeformationResourceLfTagsDatabase>- Returns:
- a new instance of
LakeformationResourceLfTagsDatabase - Throws:
NullPointerException- if any required attribute was not provided
-
-