Class ComputeRegionBackendServiceIap.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.compute_region_backend_service.ComputeRegionBackendServiceIap.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<ComputeRegionBackendServiceIap>
- Enclosing interface:
- ComputeRegionBackendServiceIap
@Stability(Stable) public static final class ComputeRegionBackendServiceIap.Builder extends Object implements software.amazon.jsii.Builder<ComputeRegionBackendServiceIap>
A builder forComputeRegionBackendServiceIap
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComputeRegionBackendServiceIapbuild()Builds the configured instance.ComputeRegionBackendServiceIap.Builderoauth2ClientId(String oauth2ClientId)Sets the value ofComputeRegionBackendServiceIap.getOauth2ClientId()ComputeRegionBackendServiceIap.Builderoauth2ClientSecret(String oauth2ClientSecret)Sets the value ofComputeRegionBackendServiceIap.getOauth2ClientSecret()
-
-
-
Method Detail
-
oauth2ClientId
@Stability(Stable) public ComputeRegionBackendServiceIap.Builder oauth2ClientId(String oauth2ClientId)
Sets the value ofComputeRegionBackendServiceIap.getOauth2ClientId()- Parameters:
oauth2ClientId- OAuth2 Client ID for IAP. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_backend_service#oauth2_client_id ComputeRegionBackendService#oauth2_client_id}- Returns:
this
-
oauth2ClientSecret
@Stability(Stable) public ComputeRegionBackendServiceIap.Builder oauth2ClientSecret(String oauth2ClientSecret)
Sets the value ofComputeRegionBackendServiceIap.getOauth2ClientSecret()- Parameters:
oauth2ClientSecret- OAuth2 Client Secret for IAP. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_backend_service#oauth2_client_secret ComputeRegionBackendService#oauth2_client_secret}- Returns:
this
-
build
@Stability(Stable) public ComputeRegionBackendServiceIap build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ComputeRegionBackendServiceIap>- Returns:
- a new instance of
ComputeRegionBackendServiceIap - Throws:
NullPointerException- if any required attribute was not provided
-
-