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