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