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