Uses of Class
com.hashicorp.cdktf.providers.google.compute_instance_from_template.ComputeInstanceFromTemplateServiceAccount.Builder
-
Packages that use ComputeInstanceFromTemplateServiceAccount.Builder Package Description com.hashicorp.cdktf.providers.google.compute_instance_from_template google_compute_instance_from_template -
-
Uses of ComputeInstanceFromTemplateServiceAccount.Builder in com.hashicorp.cdktf.providers.google.compute_instance_from_template
Methods in com.hashicorp.cdktf.providers.google.compute_instance_from_template that return ComputeInstanceFromTemplateServiceAccount.Builder Modifier and Type Method Description static ComputeInstanceFromTemplateServiceAccount.BuilderComputeInstanceFromTemplateServiceAccount. builder()ComputeInstanceFromTemplateServiceAccount.BuilderComputeInstanceFromTemplateServiceAccount.Builder. email(String email)Sets the value ofComputeInstanceFromTemplateServiceAccount.getEmail()ComputeInstanceFromTemplateServiceAccount.BuilderComputeInstanceFromTemplateServiceAccount.Builder. scopes(List<String> scopes)Sets the value ofComputeInstanceFromTemplateServiceAccount.getScopes()Constructors in com.hashicorp.cdktf.providers.google.compute_instance_from_template with parameters of type ComputeInstanceFromTemplateServiceAccount.Builder Constructor Description Jsii$Proxy(ComputeInstanceFromTemplateServiceAccount.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeInstanceFromTemplateServiceAccount.Builder.
-