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