Class BeyondcorpAppConnectionGateway.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.beyondcorp_app_connection.BeyondcorpAppConnectionGateway.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<BeyondcorpAppConnectionGateway>
- Enclosing interface:
- BeyondcorpAppConnectionGateway
@Stability(Stable) public static final class BeyondcorpAppConnectionGateway.Builder extends Object implements software.amazon.jsii.Builder<BeyondcorpAppConnectionGateway>
A builder forBeyondcorpAppConnectionGateway
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BeyondcorpAppConnectionGateway.BuilderappGateway(String appGateway)Sets the value ofBeyondcorpAppConnectionGateway.getAppGateway()BeyondcorpAppConnectionGatewaybuild()Builds the configured instance.BeyondcorpAppConnectionGateway.Buildertype(String type)Sets the value ofBeyondcorpAppConnectionGateway.getType()
-
-
-
Method Detail
-
appGateway
@Stability(Stable) public BeyondcorpAppConnectionGateway.Builder appGateway(String appGateway)
Sets the value ofBeyondcorpAppConnectionGateway.getAppGateway()- Parameters:
appGateway- AppGateway name in following format: projects/{project_id}/locations/{locationId}/appgateways/{gateway_id}. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/beyondcorp_app_connection#app_gateway BeyondcorpAppConnection#app_gateway}- Returns:
this
-
type
@Stability(Stable) public BeyondcorpAppConnectionGateway.Builder type(String type)
Sets the value ofBeyondcorpAppConnectionGateway.getType()- Parameters:
type- The type of hosting used by the gateway. Refer to https://cloud.google.com/beyondcorp/docs/reference/rest/v1/projects.locations.appConnections#Type_1 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}- Returns:
this
-
build
@Stability(Stable) public BeyondcorpAppConnectionGateway build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<BeyondcorpAppConnectionGateway>- Returns:
- a new instance of
BeyondcorpAppConnectionGateway - Throws:
NullPointerException- if any required attribute was not provided
-
-