Class LakeformationResourceLfTagsTimeouts.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.lakeformation_resource_lf_tags.LakeformationResourceLfTagsTimeouts.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<LakeformationResourceLfTagsTimeouts>
- Enclosing interface:
- LakeformationResourceLfTagsTimeouts
@Stability(Stable) public static final class LakeformationResourceLfTagsTimeouts.Builder extends Object implements software.amazon.jsii.Builder<LakeformationResourceLfTagsTimeouts>
A builder forLakeformationResourceLfTagsTimeouts
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LakeformationResourceLfTagsTimeoutsbuild()Builds the configured instance.LakeformationResourceLfTagsTimeouts.Buildercreate(String create)Sets the value ofLakeformationResourceLfTagsTimeouts.getCreate()LakeformationResourceLfTagsTimeouts.Builderdelete(String delete)Sets the value ofLakeformationResourceLfTagsTimeouts.getDelete()
-
-
-
Method Detail
-
create
@Stability(Stable) public LakeformationResourceLfTagsTimeouts.Builder create(String create)
Sets the value ofLakeformationResourceLfTagsTimeouts.getCreate()- Parameters:
create- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lakeformation_resource_lf_tags#create LakeformationResourceLfTags#create}.- Returns:
this
-
delete
@Stability(Stable) public LakeformationResourceLfTagsTimeouts.Builder delete(String delete)
Sets the value ofLakeformationResourceLfTagsTimeouts.getDelete()- Parameters:
delete- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lakeformation_resource_lf_tags#delete LakeformationResourceLfTags#delete}.- Returns:
this
-
build
@Stability(Stable) public LakeformationResourceLfTagsTimeouts build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<LakeformationResourceLfTagsTimeouts>- Returns:
- a new instance of
LakeformationResourceLfTagsTimeouts - Throws:
NullPointerException- if any required attribute was not provided
-
-