Class BeyondcorpAppConnectionApplicationEndpoint.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.beyondcorp_app_connection.BeyondcorpAppConnectionApplicationEndpoint.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<BeyondcorpAppConnectionApplicationEndpoint>
- Enclosing interface:
- BeyondcorpAppConnectionApplicationEndpoint
@Stability(Stable) public static final class BeyondcorpAppConnectionApplicationEndpoint.Builder extends Object implements software.amazon.jsii.Builder<BeyondcorpAppConnectionApplicationEndpoint>
A builder forBeyondcorpAppConnectionApplicationEndpoint
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BeyondcorpAppConnectionApplicationEndpointbuild()Builds the configured instance.BeyondcorpAppConnectionApplicationEndpoint.Builderhost(String host)Sets the value ofBeyondcorpAppConnectionApplicationEndpoint.getHost()BeyondcorpAppConnectionApplicationEndpoint.Builderport(Number port)Sets the value ofBeyondcorpAppConnectionApplicationEndpoint.getPort()
-
-
-
Method Detail
-
host
@Stability(Stable) public BeyondcorpAppConnectionApplicationEndpoint.Builder host(String host)
Sets the value ofBeyondcorpAppConnectionApplicationEndpoint.getHost()- Parameters:
host- Hostname or IP address of the remote application endpoint. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/beyondcorp_app_connection#host BeyondcorpAppConnection#host}- Returns:
this
-
port
@Stability(Stable) public BeyondcorpAppConnectionApplicationEndpoint.Builder port(Number port)
Sets the value ofBeyondcorpAppConnectionApplicationEndpoint.getPort()- Parameters:
port- Port of the remote application endpoint. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/beyondcorp_app_connection#port BeyondcorpAppConnection#port}- Returns:
this
-
build
@Stability(Stable) public BeyondcorpAppConnectionApplicationEndpoint build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<BeyondcorpAppConnectionApplicationEndpoint>- Returns:
- a new instance of
BeyondcorpAppConnectionApplicationEndpoint - Throws:
NullPointerException- if any required attribute was not provided
-
-