Class AppEngineApplicationIap.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.app_engine_application.AppEngineApplicationIap.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<AppEngineApplicationIap>
- Enclosing interface:
- AppEngineApplicationIap
@Stability(Stable) public static final class AppEngineApplicationIap.Builder extends Object implements software.amazon.jsii.Builder<AppEngineApplicationIap>
A builder forAppEngineApplicationIap
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AppEngineApplicationIapbuild()Builds the configured instance.AppEngineApplicationIap.Builderenabled(com.hashicorp.cdktf.IResolvable enabled)Sets the value ofAppEngineApplicationIap.getEnabled()AppEngineApplicationIap.Builderenabled(Boolean enabled)Sets the value ofAppEngineApplicationIap.getEnabled()AppEngineApplicationIap.Builderoauth2ClientId(String oauth2ClientId)Sets the value ofAppEngineApplicationIap.getOauth2ClientId()AppEngineApplicationIap.Builderoauth2ClientSecret(String oauth2ClientSecret)Sets the value ofAppEngineApplicationIap.getOauth2ClientSecret()
-
-
-
Method Detail
-
oauth2ClientId
@Stability(Stable) public AppEngineApplicationIap.Builder oauth2ClientId(String oauth2ClientId)
Sets the value ofAppEngineApplicationIap.getOauth2ClientId()- Parameters:
oauth2ClientId- OAuth2 client ID to use for the authentication flow. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/app_engine_application#oauth2_client_id AppEngineApplication#oauth2_client_id}- Returns:
this
-
oauth2ClientSecret
@Stability(Stable) public AppEngineApplicationIap.Builder oauth2ClientSecret(String oauth2ClientSecret)
Sets the value ofAppEngineApplicationIap.getOauth2ClientSecret()- Parameters:
oauth2ClientSecret- OAuth2 client secret to use for the authentication flow. This parameter is required. The SHA-256 hash of the value is returned in the oauth2ClientSecretSha256 field. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/app_engine_application#oauth2_client_secret AppEngineApplication#oauth2_client_secret}- Returns:
this
-
enabled
@Stability(Stable) public AppEngineApplicationIap.Builder enabled(Boolean enabled)
Sets the value ofAppEngineApplicationIap.getEnabled()- Parameters:
enabled- Adapted for use with the app. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/app_engine_application#enabled AppEngineApplication#enabled}- Returns:
this
-
enabled
@Stability(Stable) public AppEngineApplicationIap.Builder enabled(com.hashicorp.cdktf.IResolvable enabled)
Sets the value ofAppEngineApplicationIap.getEnabled()- Parameters:
enabled- Adapted for use with the app. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/app_engine_application#enabled AppEngineApplication#enabled}- Returns:
this
-
build
@Stability(Stable) public AppEngineApplicationIap build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<AppEngineApplicationIap>- Returns:
- a new instance of
AppEngineApplicationIap - Throws:
NullPointerException- if any required attribute was not provided
-
-