Uses of Class
com.hashicorp.cdktf.providers.google.container_attached_cluster.ContainerAttachedClusterAuthorization.Builder
-
Packages that use ContainerAttachedClusterAuthorization.Builder Package Description com.hashicorp.cdktf.providers.google.container_attached_cluster google_container_attached_cluster -
-
Uses of ContainerAttachedClusterAuthorization.Builder in com.hashicorp.cdktf.providers.google.container_attached_cluster
Methods in com.hashicorp.cdktf.providers.google.container_attached_cluster that return ContainerAttachedClusterAuthorization.Builder Modifier and Type Method Description ContainerAttachedClusterAuthorization.BuilderContainerAttachedClusterAuthorization.Builder. adminGroups(List<String> adminGroups)Sets the value ofContainerAttachedClusterAuthorization.getAdminGroups()ContainerAttachedClusterAuthorization.BuilderContainerAttachedClusterAuthorization.Builder. adminUsers(List<String> adminUsers)Sets the value ofContainerAttachedClusterAuthorization.getAdminUsers()static ContainerAttachedClusterAuthorization.BuilderContainerAttachedClusterAuthorization. builder()Constructors in com.hashicorp.cdktf.providers.google.container_attached_cluster with parameters of type ContainerAttachedClusterAuthorization.Builder Constructor Description Jsii$Proxy(ContainerAttachedClusterAuthorization.Builder builder)Constructor that initializes the object based on literal property values passed by theContainerAttachedClusterAuthorization.Builder.
-