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