Package com.pulumi.gcp.compute.outputs
Class BackendServiceConsistentHashHttpCookie.Builder
- java.lang.Object
-
- com.pulumi.gcp.compute.outputs.BackendServiceConsistentHashHttpCookie.Builder
-
- Enclosing class:
- BackendServiceConsistentHashHttpCookie
public static final class BackendServiceConsistentHashHttpCookie.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(BackendServiceConsistentHashHttpCookie defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BackendServiceConsistentHashHttpCookie
build()
BackendServiceConsistentHashHttpCookie.Builder
name(java.lang.String name)
BackendServiceConsistentHashHttpCookie.Builder
path(java.lang.String path)
BackendServiceConsistentHashHttpCookie.Builder
ttl(BackendServiceConsistentHashHttpCookieTtl ttl)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(BackendServiceConsistentHashHttpCookie defaults)
-
-
Method Detail
-
name
public BackendServiceConsistentHashHttpCookie.Builder name(@Nullable java.lang.String name)
-
path
public BackendServiceConsistentHashHttpCookie.Builder path(@Nullable java.lang.String path)
-
ttl
public BackendServiceConsistentHashHttpCookie.Builder ttl(@Nullable BackendServiceConsistentHashHttpCookieTtl ttl)
-
build
public BackendServiceConsistentHashHttpCookie build()
-
-