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