Uses of Class
com.hashicorp.cdktf.providers.google.compute_url_map.ComputeUrlMapDefaultRouteActionRetryPolicy.Builder
-
Packages that use ComputeUrlMapDefaultRouteActionRetryPolicy.Builder Package Description com.hashicorp.cdktf.providers.google.compute_url_map google_compute_url_map -
-
Uses of ComputeUrlMapDefaultRouteActionRetryPolicy.Builder in com.hashicorp.cdktf.providers.google.compute_url_map
Methods in com.hashicorp.cdktf.providers.google.compute_url_map that return ComputeUrlMapDefaultRouteActionRetryPolicy.Builder Modifier and Type Method Description static ComputeUrlMapDefaultRouteActionRetryPolicy.BuilderComputeUrlMapDefaultRouteActionRetryPolicy. builder()ComputeUrlMapDefaultRouteActionRetryPolicy.BuilderComputeUrlMapDefaultRouteActionRetryPolicy.Builder. numRetries(Number numRetries)Sets the value ofComputeUrlMapDefaultRouteActionRetryPolicy.getNumRetries()ComputeUrlMapDefaultRouteActionRetryPolicy.BuilderComputeUrlMapDefaultRouteActionRetryPolicy.Builder. perTryTimeout(ComputeUrlMapDefaultRouteActionRetryPolicyPerTryTimeout perTryTimeout)Sets the value ofComputeUrlMapDefaultRouteActionRetryPolicy.getPerTryTimeout()ComputeUrlMapDefaultRouteActionRetryPolicy.BuilderComputeUrlMapDefaultRouteActionRetryPolicy.Builder. retryConditions(List<String> retryConditions)Sets the value ofComputeUrlMapDefaultRouteActionRetryPolicy.getRetryConditions()Constructors in com.hashicorp.cdktf.providers.google.compute_url_map with parameters of type ComputeUrlMapDefaultRouteActionRetryPolicy.Builder Constructor Description Jsii$Proxy(ComputeUrlMapDefaultRouteActionRetryPolicy.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeUrlMapDefaultRouteActionRetryPolicy.Builder.
-