Class ContainerAttachedClusterLoggingConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.container_attached_cluster.ContainerAttachedClusterLoggingConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<ContainerAttachedClusterLoggingConfig>
- Enclosing interface:
- ContainerAttachedClusterLoggingConfig
@Stability(Stable) public static final class ContainerAttachedClusterLoggingConfig.Builder extends Object implements software.amazon.jsii.Builder<ContainerAttachedClusterLoggingConfig>
A builder forContainerAttachedClusterLoggingConfig
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContainerAttachedClusterLoggingConfigbuild()Builds the configured instance.ContainerAttachedClusterLoggingConfig.BuildercomponentConfig(ContainerAttachedClusterLoggingConfigComponentConfig componentConfig)Sets the value ofContainerAttachedClusterLoggingConfig.getComponentConfig()
-
-
-
Method Detail
-
componentConfig
@Stability(Stable) public ContainerAttachedClusterLoggingConfig.Builder componentConfig(ContainerAttachedClusterLoggingConfigComponentConfig componentConfig)
Sets the value ofContainerAttachedClusterLoggingConfig.getComponentConfig()- Parameters:
componentConfig- component_config block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_attached_cluster#component_config ContainerAttachedCluster#component_config}- Returns:
this
-
build
@Stability(Stable) public ContainerAttachedClusterLoggingConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ContainerAttachedClusterLoggingConfig>- Returns:
- a new instance of
ContainerAttachedClusterLoggingConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-