Interface ComputeRegionBackendServiceConsistentHashHttpCookie
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeRegionBackendServiceConsistentHashHttpCookie.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.700Z") @Stability(Stable) public interface ComputeRegionBackendServiceConsistentHashHttpCookie extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeRegionBackendServiceConsistentHashHttpCookie.BuilderA builder forComputeRegionBackendServiceConsistentHashHttpCookiestatic classComputeRegionBackendServiceConsistentHashHttpCookie.Jsii$ProxyAn implementation forComputeRegionBackendServiceConsistentHashHttpCookie
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ComputeRegionBackendServiceConsistentHashHttpCookie.Builderbuilder()default StringgetName()Name of the cookie.default StringgetPath()Path to set for the cookie.default ComputeRegionBackendServiceConsistentHashHttpCookieTtlgetTtl()ttl block.
-
-
-
Method Detail
-
getName
@Stability(Stable) @Nullable default String getName()
Name of the cookie.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_backend_service#name ComputeRegionBackendService#name}
-
getPath
@Stability(Stable) @Nullable default String getPath()
Path to set for the cookie.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_backend_service#path ComputeRegionBackendService#path}
-
getTtl
@Stability(Stable) @Nullable default ComputeRegionBackendServiceConsistentHashHttpCookieTtl getTtl()
ttl block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_backend_service#ttl ComputeRegionBackendService#ttl}
-
builder
@Stability(Stable) static ComputeRegionBackendServiceConsistentHashHttpCookie.Builder builder()
-
-