Class IapTunnelDestGroupConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.iap_tunnel_dest_group.IapTunnelDestGroupConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<IapTunnelDestGroupConfig>
- Enclosing interface:
- IapTunnelDestGroupConfig
@Stability(Stable) public static final class IapTunnelDestGroupConfig.Builder extends Object implements software.amazon.jsii.Builder<IapTunnelDestGroupConfig>
A builder forIapTunnelDestGroupConfig
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IapTunnelDestGroupConfigbuild()Builds the configured instance.IapTunnelDestGroupConfig.Buildercidrs(List<String> cidrs)Sets the value ofIapTunnelDestGroupConfig.getCidrs()IapTunnelDestGroupConfig.Builderconnection(com.hashicorp.cdktf.SSHProvisionerConnection connection)Sets the value ofTerraformMetaArguments.getConnection()IapTunnelDestGroupConfig.Builderconnection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)Sets the value ofTerraformMetaArguments.getConnection()IapTunnelDestGroupConfig.Buildercount(com.hashicorp.cdktf.TerraformCount count)Sets the value ofTerraformMetaArguments.getCount()IapTunnelDestGroupConfig.Buildercount(Number count)Sets the value ofTerraformMetaArguments.getCount()IapTunnelDestGroupConfig.BuilderdependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)Sets the value ofTerraformMetaArguments.getDependsOn()IapTunnelDestGroupConfig.BuilderforEach(com.hashicorp.cdktf.ITerraformIterator forEach)Sets the value ofTerraformMetaArguments.getForEach()IapTunnelDestGroupConfig.Builderfqdns(List<String> fqdns)Sets the value ofIapTunnelDestGroupConfig.getFqdns()IapTunnelDestGroupConfig.BuildergroupName(String groupName)Sets the value ofIapTunnelDestGroupConfig.getGroupName()IapTunnelDestGroupConfig.Builderid(String id)Sets the value ofIapTunnelDestGroupConfig.getId()IapTunnelDestGroupConfig.Builderlifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)Sets the value ofTerraformMetaArguments.getLifecycle()IapTunnelDestGroupConfig.Builderproject(String project)Sets the value ofIapTunnelDestGroupConfig.getProject()IapTunnelDestGroupConfig.Builderprovider(com.hashicorp.cdktf.TerraformProvider provider)Sets the value ofTerraformMetaArguments.getProvider()IapTunnelDestGroupConfig.Builderprovisioners(List<? extends Object> provisioners)Sets the value ofTerraformMetaArguments.getProvisioners()IapTunnelDestGroupConfig.Builderregion(String region)Sets the value ofIapTunnelDestGroupConfig.getRegion()IapTunnelDestGroupConfig.Buildertimeouts(IapTunnelDestGroupTimeouts timeouts)Sets the value ofIapTunnelDestGroupConfig.getTimeouts()
-
-
-
Method Detail
-
groupName
@Stability(Stable) public IapTunnelDestGroupConfig.Builder groupName(String groupName)
Sets the value ofIapTunnelDestGroupConfig.getGroupName()- Parameters:
groupName- Unique tunnel destination group name. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/iap_tunnel_dest_group#group_name IapTunnelDestGroup#group_name}- Returns:
this
-
cidrs
@Stability(Stable) public IapTunnelDestGroupConfig.Builder cidrs(List<String> cidrs)
Sets the value ofIapTunnelDestGroupConfig.getCidrs()- Parameters:
cidrs- List of CIDRs that this group applies to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/iap_tunnel_dest_group#cidrs IapTunnelDestGroup#cidrs}- Returns:
this
-
fqdns
@Stability(Stable) public IapTunnelDestGroupConfig.Builder fqdns(List<String> fqdns)
Sets the value ofIapTunnelDestGroupConfig.getFqdns()- Parameters:
fqdns- List of FQDNs that this group applies to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/iap_tunnel_dest_group#fqdns IapTunnelDestGroup#fqdns}- Returns:
this
-
id
@Stability(Stable) public IapTunnelDestGroupConfig.Builder id(String id)
Sets the value ofIapTunnelDestGroupConfig.getId()- Parameters:
id- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/iap_tunnel_dest_group#id IapTunnelDestGroup#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.- Returns:
this
-
project
@Stability(Stable) public IapTunnelDestGroupConfig.Builder project(String project)
Sets the value ofIapTunnelDestGroupConfig.getProject()- Parameters:
project- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/iap_tunnel_dest_group#project IapTunnelDestGroup#project}.- Returns:
this
-
region
@Stability(Stable) public IapTunnelDestGroupConfig.Builder region(String region)
Sets the value ofIapTunnelDestGroupConfig.getRegion()- Parameters:
region- The region of the tunnel group. Must be the same as the network resources in the group. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/iap_tunnel_dest_group#region IapTunnelDestGroup#region}- Returns:
this
-
timeouts
@Stability(Stable) public IapTunnelDestGroupConfig.Builder timeouts(IapTunnelDestGroupTimeouts timeouts)
Sets the value ofIapTunnelDestGroupConfig.getTimeouts()- Parameters:
timeouts- timeouts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/iap_tunnel_dest_group#timeouts IapTunnelDestGroup#timeouts}- Returns:
this
-
connection
@Stability(Experimental) public IapTunnelDestGroupConfig.Builder connection(com.hashicorp.cdktf.SSHProvisionerConnection connection)
Sets the value ofTerraformMetaArguments.getConnection()- Parameters:
connection- the value to be set.- Returns:
this
-
connection
@Stability(Experimental) public IapTunnelDestGroupConfig.Builder connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)
Sets the value ofTerraformMetaArguments.getConnection()- Parameters:
connection- the value to be set.- Returns:
this
-
count
@Stability(Experimental) public IapTunnelDestGroupConfig.Builder count(Number count)
Sets the value ofTerraformMetaArguments.getCount()- Parameters:
count- the value to be set.- Returns:
this
-
count
@Stability(Experimental) public IapTunnelDestGroupConfig.Builder count(com.hashicorp.cdktf.TerraformCount count)
Sets the value ofTerraformMetaArguments.getCount()- Parameters:
count- the value to be set.- Returns:
this
-
dependsOn
@Stability(Experimental) public IapTunnelDestGroupConfig.Builder dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)
Sets the value ofTerraformMetaArguments.getDependsOn()- Parameters:
dependsOn- the value to be set.- Returns:
this
-
forEach
@Stability(Experimental) public IapTunnelDestGroupConfig.Builder forEach(com.hashicorp.cdktf.ITerraformIterator forEach)
Sets the value ofTerraformMetaArguments.getForEach()- Parameters:
forEach- the value to be set.- Returns:
this
-
lifecycle
@Stability(Experimental) public IapTunnelDestGroupConfig.Builder lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)
Sets the value ofTerraformMetaArguments.getLifecycle()- Parameters:
lifecycle- the value to be set.- Returns:
this
-
provider
@Stability(Experimental) public IapTunnelDestGroupConfig.Builder provider(com.hashicorp.cdktf.TerraformProvider provider)
Sets the value ofTerraformMetaArguments.getProvider()- Parameters:
provider- the value to be set.- Returns:
this
-
provisioners
@Stability(Experimental) public IapTunnelDestGroupConfig.Builder provisioners(List<? extends Object> provisioners)
Sets the value ofTerraformMetaArguments.getProvisioners()- Parameters:
provisioners- the value to be set.- Returns:
this
-
build
@Stability(Stable) public IapTunnelDestGroupConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<IapTunnelDestGroupConfig>- Returns:
- a new instance of
IapTunnelDestGroupConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-