Package com.pulumi.gcp.compute.outputs
Class RegionBackendServiceConsistentHashHttpCookieTtl.Builder
- java.lang.Object
-
- com.pulumi.gcp.compute.outputs.RegionBackendServiceConsistentHashHttpCookieTtl.Builder
-
- Enclosing class:
- RegionBackendServiceConsistentHashHttpCookieTtl
public static final class RegionBackendServiceConsistentHashHttpCookieTtl.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(RegionBackendServiceConsistentHashHttpCookieTtl defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RegionBackendServiceConsistentHashHttpCookieTtl
build()
RegionBackendServiceConsistentHashHttpCookieTtl.Builder
nanos(java.lang.Integer nanos)
RegionBackendServiceConsistentHashHttpCookieTtl.Builder
seconds(java.lang.Integer seconds)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(RegionBackendServiceConsistentHashHttpCookieTtl defaults)
-
-
Method Detail
-
nanos
public RegionBackendServiceConsistentHashHttpCookieTtl.Builder nanos(@Nullable java.lang.Integer nanos)
-
seconds
public RegionBackendServiceConsistentHashHttpCookieTtl.Builder seconds(java.lang.Integer seconds)
-
build
public RegionBackendServiceConsistentHashHttpCookieTtl build()
-
-