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