Class BeyondcorpAppConnection.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.beyondcorp_app_connection.BeyondcorpAppConnection.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<BeyondcorpAppConnection>
- Enclosing class:
- BeyondcorpAppConnection
@Stability(Stable) public static final class BeyondcorpAppConnection.Builder extends Object implements software.amazon.jsii.Builder<BeyondcorpAppConnection>
A fluent builder forBeyondcorpAppConnection.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BeyondcorpAppConnection.BuilderapplicationEndpoint(BeyondcorpAppConnectionApplicationEndpoint applicationEndpoint)application_endpoint block.BeyondcorpAppConnectionbuild()BeyondcorpAppConnection.Builderconnection(com.hashicorp.cdktf.SSHProvisionerConnection connection)BeyondcorpAppConnection.Builderconnection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)BeyondcorpAppConnection.Builderconnectors(List<String> connectors)List of AppConnectors that are authorised to be associated with this AppConnection.BeyondcorpAppConnection.Buildercount(com.hashicorp.cdktf.TerraformCount count)BeyondcorpAppConnection.Buildercount(Number count)static BeyondcorpAppConnection.Buildercreate(software.constructs.Construct scope, String id)BeyondcorpAppConnection.BuilderdependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)BeyondcorpAppConnection.BuilderdisplayName(String displayName)An arbitrary user-provided name for the AppConnection.BeyondcorpAppConnection.BuilderforEach(com.hashicorp.cdktf.ITerraformIterator forEach)BeyondcorpAppConnection.Buildergateway(BeyondcorpAppConnectionGateway gateway)gateway block.BeyondcorpAppConnection.Builderid(String id)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/beyondcorp_app_connection#id BeyondcorpAppConnection#id}.BeyondcorpAppConnection.Builderlabels(Map<String,String> labels)Resource labels to represent user provided metadata.BeyondcorpAppConnection.Builderlifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)BeyondcorpAppConnection.Buildername(String name)ID of the AppConnection.BeyondcorpAppConnection.Builderproject(String project)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/beyondcorp_app_connection#project BeyondcorpAppConnection#project}.BeyondcorpAppConnection.Builderprovider(com.hashicorp.cdktf.TerraformProvider provider)BeyondcorpAppConnection.Builderprovisioners(List<? extends Object> provisioners)BeyondcorpAppConnection.Builderregion(String region)The region of the AppConnection.BeyondcorpAppConnection.Buildertimeouts(BeyondcorpAppConnectionTimeouts timeouts)timeouts block.BeyondcorpAppConnection.Buildertype(String type)The type of network connectivity used by the AppConnection.
-
-
-
Method Detail
-
create
@Stability(Stable) public static BeyondcorpAppConnection.Builder create(software.constructs.Construct scope, String id)
- Parameters:
scope- The scope in which to define this construct. This parameter is required.id- The scoped construct ID. This parameter is required.- Returns:
- a new instance of
BeyondcorpAppConnection.Builder.
-
connection
@Stability(Experimental) public BeyondcorpAppConnection.Builder connection(com.hashicorp.cdktf.SSHProvisionerConnection connection)
- Parameters:
connection- This parameter is required.- Returns:
this
-
connection
@Stability(Experimental) public BeyondcorpAppConnection.Builder connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)
- Parameters:
connection- This parameter is required.- Returns:
this
-
count
@Stability(Experimental) public BeyondcorpAppConnection.Builder count(Number count)
- Parameters:
count- This parameter is required.- Returns:
this
-
count
@Stability(Experimental) public BeyondcorpAppConnection.Builder count(com.hashicorp.cdktf.TerraformCount count)
- Parameters:
count- This parameter is required.- Returns:
this
-
dependsOn
@Stability(Experimental) public BeyondcorpAppConnection.Builder dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)
- Parameters:
dependsOn- This parameter is required.- Returns:
this
-
forEach
@Stability(Experimental) public BeyondcorpAppConnection.Builder forEach(com.hashicorp.cdktf.ITerraformIterator forEach)
- Parameters:
forEach- This parameter is required.- Returns:
this
-
lifecycle
@Stability(Experimental) public BeyondcorpAppConnection.Builder lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)
- Parameters:
lifecycle- This parameter is required.- Returns:
this
-
provider
@Stability(Experimental) public BeyondcorpAppConnection.Builder provider(com.hashicorp.cdktf.TerraformProvider provider)
- Parameters:
provider- This parameter is required.- Returns:
this
-
provisioners
@Stability(Experimental) public BeyondcorpAppConnection.Builder provisioners(List<? extends Object> provisioners)
- Parameters:
provisioners- This parameter is required.- Returns:
this
-
applicationEndpoint
@Stability(Stable) public BeyondcorpAppConnection.Builder applicationEndpoint(BeyondcorpAppConnectionApplicationEndpoint applicationEndpoint)
application_endpoint block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/beyondcorp_app_connection#application_endpoint BeyondcorpAppConnection#application_endpoint}
- Parameters:
applicationEndpoint- application_endpoint block. This parameter is required.- Returns:
this
-
name
@Stability(Stable) public BeyondcorpAppConnection.Builder name(String name)
ID of the AppConnection.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/beyondcorp_app_connection#name BeyondcorpAppConnection#name}
- Parameters:
name- ID of the AppConnection. This parameter is required.- Returns:
this
-
connectors
@Stability(Stable) public BeyondcorpAppConnection.Builder connectors(List<String> connectors)
List of AppConnectors that are authorised to be associated with this AppConnection.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/beyondcorp_app_connection#connectors BeyondcorpAppConnection#connectors}
- Parameters:
connectors- List of AppConnectors that are authorised to be associated with this AppConnection. This parameter is required.- Returns:
this
-
displayName
@Stability(Stable) public BeyondcorpAppConnection.Builder displayName(String displayName)
An arbitrary user-provided name for the AppConnection.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/beyondcorp_app_connection#display_name BeyondcorpAppConnection#display_name}
- Parameters:
displayName- An arbitrary user-provided name for the AppConnection. This parameter is required.- Returns:
this
-
gateway
@Stability(Stable) public BeyondcorpAppConnection.Builder gateway(BeyondcorpAppConnectionGateway gateway)
gateway block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/beyondcorp_app_connection#gateway BeyondcorpAppConnection#gateway}
- Parameters:
gateway- gateway block. This parameter is required.- Returns:
this
-
id
@Stability(Stable) public BeyondcorpAppConnection.Builder id(String id)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/beyondcorp_app_connection#id BeyondcorpAppConnection#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.
- Parameters:
id- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/beyondcorp_app_connection#id BeyondcorpAppConnection#id}. This parameter is required.- Returns:
this
-
labels
@Stability(Stable) public BeyondcorpAppConnection.Builder labels(Map<String,String> labels)
Resource labels to represent user provided metadata.**Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/beyondcorp_app_connection#labels BeyondcorpAppConnection#labels}
- Parameters:
labels- Resource labels to represent user provided metadata. This parameter is required.- Returns:
this
-
project
@Stability(Stable) public BeyondcorpAppConnection.Builder project(String project)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/beyondcorp_app_connection#project BeyondcorpAppConnection#project}.- Parameters:
project- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/beyondcorp_app_connection#project BeyondcorpAppConnection#project}. This parameter is required.- Returns:
this
-
region
@Stability(Stable) public BeyondcorpAppConnection.Builder region(String region)
The region of the AppConnection.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/beyondcorp_app_connection#region BeyondcorpAppConnection#region}
- Parameters:
region- The region of the AppConnection. This parameter is required.- Returns:
this
-
timeouts
@Stability(Stable) public BeyondcorpAppConnection.Builder timeouts(BeyondcorpAppConnectionTimeouts timeouts)
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/beyondcorp_app_connection#timeouts BeyondcorpAppConnection#timeouts}
- Parameters:
timeouts- timeouts block. This parameter is required.- Returns:
this
-
type
@Stability(Stable) public BeyondcorpAppConnection.Builder type(String type)
The type of network connectivity used by the AppConnection. Refer to https://cloud.google.com/beyondcorp/docs/reference/rest/v1/projects.locations.appConnections#type for a list of possible values.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/beyondcorp_app_connection#type BeyondcorpAppConnection#type}
- Parameters:
type- The type of network connectivity used by the AppConnection. Refer to https://cloud.google.com/beyondcorp/docs/reference/rest/v1/projects.locations.appConnections#type for a list of possible values. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public BeyondcorpAppConnection build()
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<BeyondcorpAppConnection>- Returns:
- a newly built instance of
BeyondcorpAppConnection.
-
-