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