Class BeyondcorpAppConnectorPrincipalInfoServiceAccount.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.beyondcorp_app_connector.BeyondcorpAppConnectorPrincipalInfoServiceAccount.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<BeyondcorpAppConnectorPrincipalInfoServiceAccount>
- Enclosing interface:
- BeyondcorpAppConnectorPrincipalInfoServiceAccount
@Stability(Stable) public static final class BeyondcorpAppConnectorPrincipalInfoServiceAccount.Builder extends Object implements software.amazon.jsii.Builder<BeyondcorpAppConnectorPrincipalInfoServiceAccount>
A builder forBeyondcorpAppConnectorPrincipalInfoServiceAccount
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BeyondcorpAppConnectorPrincipalInfoServiceAccountbuild()Builds the configured instance.BeyondcorpAppConnectorPrincipalInfoServiceAccount.Builderemail(String email)Sets the value ofBeyondcorpAppConnectorPrincipalInfoServiceAccount.getEmail()
-
-
-
Method Detail
-
email
@Stability(Stable) public BeyondcorpAppConnectorPrincipalInfoServiceAccount.Builder email(String email)
Sets the value ofBeyondcorpAppConnectorPrincipalInfoServiceAccount.getEmail()- Parameters:
email- Email address of the service account. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/beyondcorp_app_connector#email BeyondcorpAppConnector#email}- Returns:
this
-
build
@Stability(Stable) public BeyondcorpAppConnectorPrincipalInfoServiceAccount build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<BeyondcorpAppConnectorPrincipalInfoServiceAccount>- Returns:
- a new instance of
BeyondcorpAppConnectorPrincipalInfoServiceAccount - Throws:
NullPointerException- if any required attribute was not provided
-
-