Package com.pulumi.gcp.compute.inputs
Class RegionBackendServiceConsistentHashHttpCookieTtlArgs.Builder
- java.lang.Object
-
- com.pulumi.gcp.compute.inputs.RegionBackendServiceConsistentHashHttpCookieTtlArgs.Builder
-
- Enclosing class:
- RegionBackendServiceConsistentHashHttpCookieTtlArgs
public static final class RegionBackendServiceConsistentHashHttpCookieTtlArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(RegionBackendServiceConsistentHashHttpCookieTtlArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RegionBackendServiceConsistentHashHttpCookieTtlArgs
build()
RegionBackendServiceConsistentHashHttpCookieTtlArgs.Builder
nanos(com.pulumi.core.Output<java.lang.Integer> nanos)
RegionBackendServiceConsistentHashHttpCookieTtlArgs.Builder
nanos(java.lang.Integer nanos)
RegionBackendServiceConsistentHashHttpCookieTtlArgs.Builder
seconds(com.pulumi.core.Output<java.lang.Integer> seconds)
RegionBackendServiceConsistentHashHttpCookieTtlArgs.Builder
seconds(java.lang.Integer seconds)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(RegionBackendServiceConsistentHashHttpCookieTtlArgs defaults)
-
-
Method Detail
-
nanos
public RegionBackendServiceConsistentHashHttpCookieTtlArgs.Builder nanos(@Nullable com.pulumi.core.Output<java.lang.Integer> nanos)
- Parameters:
nanos
- Span of time that's a fraction of a second at nanosecond resolution. Durations less than one second are represented with a 0 seconds field and a positive nanos field. Must be from 0 to 999,999,999 inclusive.- Returns:
- builder
-
nanos
public RegionBackendServiceConsistentHashHttpCookieTtlArgs.Builder nanos(java.lang.Integer nanos)
- Parameters:
nanos
- Span of time that's a fraction of a second at nanosecond resolution. Durations less than one second are represented with a 0 seconds field and a positive nanos field. Must be from 0 to 999,999,999 inclusive.- Returns:
- builder
-
seconds
public RegionBackendServiceConsistentHashHttpCookieTtlArgs.Builder seconds(com.pulumi.core.Output<java.lang.Integer> seconds)
- Parameters:
seconds
- Span of time at a resolution of a second. Must be from 0 to 315,576,000,000 inclusive.- Returns:
- builder
-
seconds
public RegionBackendServiceConsistentHashHttpCookieTtlArgs.Builder seconds(java.lang.Integer seconds)
- Parameters:
seconds
- Span of time at a resolution of a second. Must be from 0 to 315,576,000,000 inclusive.- Returns:
- builder
-
build
public RegionBackendServiceConsistentHashHttpCookieTtlArgs build()
-
-