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