Package com.pulumi.gcp.container.inputs
Class AttachedClusterLoggingConfigArgs.Builder
- java.lang.Object
-
- com.pulumi.gcp.container.inputs.AttachedClusterLoggingConfigArgs.Builder
-
- Enclosing class:
- AttachedClusterLoggingConfigArgs
public static final class AttachedClusterLoggingConfigArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(AttachedClusterLoggingConfigArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttachedClusterLoggingConfigArgs
build()
AttachedClusterLoggingConfigArgs.Builder
componentConfig(com.pulumi.core.Output<AttachedClusterLoggingConfigComponentConfigArgs> componentConfig)
AttachedClusterLoggingConfigArgs.Builder
componentConfig(AttachedClusterLoggingConfigComponentConfigArgs componentConfig)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(AttachedClusterLoggingConfigArgs defaults)
-
-
Method Detail
-
componentConfig
public AttachedClusterLoggingConfigArgs.Builder componentConfig(@Nullable com.pulumi.core.Output<AttachedClusterLoggingConfigComponentConfigArgs> componentConfig)
- Parameters:
componentConfig
- The configuration of the logging components Structure is documented below.- Returns:
- builder
-
componentConfig
public AttachedClusterLoggingConfigArgs.Builder componentConfig(AttachedClusterLoggingConfigComponentConfigArgs componentConfig)
- Parameters:
componentConfig
- The configuration of the logging components Structure is documented below.- Returns:
- builder
-
build
public AttachedClusterLoggingConfigArgs build()
-
-