Uses of Class
com.hashicorp.cdktf.providers.google.cloud_identity_group.CloudIdentityGroupTimeouts.Builder
-
Packages that use CloudIdentityGroupTimeouts.Builder Package Description com.hashicorp.cdktf.providers.google.cloud_identity_group google_cloud_identity_group -
-
Uses of CloudIdentityGroupTimeouts.Builder in com.hashicorp.cdktf.providers.google.cloud_identity_group
Methods in com.hashicorp.cdktf.providers.google.cloud_identity_group that return CloudIdentityGroupTimeouts.Builder Modifier and Type Method Description static CloudIdentityGroupTimeouts.BuilderCloudIdentityGroupTimeouts. builder()CloudIdentityGroupTimeouts.BuilderCloudIdentityGroupTimeouts.Builder. create(String create)Sets the value ofCloudIdentityGroupTimeouts.getCreate()CloudIdentityGroupTimeouts.BuilderCloudIdentityGroupTimeouts.Builder. delete(String delete)Sets the value ofCloudIdentityGroupTimeouts.getDelete()CloudIdentityGroupTimeouts.BuilderCloudIdentityGroupTimeouts.Builder. update(String update)Sets the value ofCloudIdentityGroupTimeouts.getUpdate()Constructors in com.hashicorp.cdktf.providers.google.cloud_identity_group with parameters of type CloudIdentityGroupTimeouts.Builder Constructor Description Jsii$Proxy(CloudIdentityGroupTimeouts.Builder builder)Constructor that initializes the object based on literal property values passed by theCloudIdentityGroupTimeouts.Builder.
-