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