Uses of Class
com.hashicorp.cdktf.providers.google.container_attached_cluster.ContainerAttachedClusterOidcConfig.Builder
-
Packages that use ContainerAttachedClusterOidcConfig.Builder Package Description com.hashicorp.cdktf.providers.google.container_attached_cluster google_container_attached_cluster -
-
Uses of ContainerAttachedClusterOidcConfig.Builder in com.hashicorp.cdktf.providers.google.container_attached_cluster
Methods in com.hashicorp.cdktf.providers.google.container_attached_cluster that return ContainerAttachedClusterOidcConfig.Builder Modifier and Type Method Description static ContainerAttachedClusterOidcConfig.BuilderContainerAttachedClusterOidcConfig. builder()ContainerAttachedClusterOidcConfig.BuilderContainerAttachedClusterOidcConfig.Builder. issuerUrl(String issuerUrl)Sets the value ofContainerAttachedClusterOidcConfig.getIssuerUrl()ContainerAttachedClusterOidcConfig.BuilderContainerAttachedClusterOidcConfig.Builder. jwks(String jwks)Sets the value ofContainerAttachedClusterOidcConfig.getJwks()Constructors in com.hashicorp.cdktf.providers.google.container_attached_cluster with parameters of type ContainerAttachedClusterOidcConfig.Builder Constructor Description Jsii$Proxy(ContainerAttachedClusterOidcConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theContainerAttachedClusterOidcConfig.Builder.
-