Uses of Class
com.hashicorp.cdktf.providers.google.compute_backend_service.ComputeBackendServiceConsistentHash.Builder
-
Packages that use ComputeBackendServiceConsistentHash.Builder Package Description com.hashicorp.cdktf.providers.google.compute_backend_service google_compute_backend_service -
-
Uses of ComputeBackendServiceConsistentHash.Builder in com.hashicorp.cdktf.providers.google.compute_backend_service
Methods in com.hashicorp.cdktf.providers.google.compute_backend_service that return ComputeBackendServiceConsistentHash.Builder Modifier and Type Method Description static ComputeBackendServiceConsistentHash.BuilderComputeBackendServiceConsistentHash. builder()ComputeBackendServiceConsistentHash.BuilderComputeBackendServiceConsistentHash.Builder. httpCookie(ComputeBackendServiceConsistentHashHttpCookie httpCookie)Sets the value ofComputeBackendServiceConsistentHash.getHttpCookie()ComputeBackendServiceConsistentHash.BuilderComputeBackendServiceConsistentHash.Builder. httpHeaderName(String httpHeaderName)Sets the value ofComputeBackendServiceConsistentHash.getHttpHeaderName()ComputeBackendServiceConsistentHash.BuilderComputeBackendServiceConsistentHash.Builder. minimumRingSize(Number minimumRingSize)Sets the value ofComputeBackendServiceConsistentHash.getMinimumRingSize()Constructors in com.hashicorp.cdktf.providers.google.compute_backend_service with parameters of type ComputeBackendServiceConsistentHash.Builder Constructor Description Jsii$Proxy(ComputeBackendServiceConsistentHash.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeBackendServiceConsistentHash.Builder.
-