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