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