Class ContainerAttachedClusterLoggingConfigComponentConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.container_attached_cluster.ContainerAttachedClusterLoggingConfigComponentConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<ContainerAttachedClusterLoggingConfigComponentConfig>
- Enclosing interface:
- ContainerAttachedClusterLoggingConfigComponentConfig
@Stability(Stable) public static final class ContainerAttachedClusterLoggingConfigComponentConfig.Builder extends Object implements software.amazon.jsii.Builder<ContainerAttachedClusterLoggingConfigComponentConfig>
A builder forContainerAttachedClusterLoggingConfigComponentConfig
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContainerAttachedClusterLoggingConfigComponentConfigbuild()Builds the configured instance.ContainerAttachedClusterLoggingConfigComponentConfig.BuilderenableComponents(List<String> enableComponents)
-
-
-
Method Detail
-
enableComponents
@Stability(Stable) public ContainerAttachedClusterLoggingConfigComponentConfig.Builder enableComponents(List<String> enableComponents)
- Parameters:
enableComponents- The components to be enabled. Possible values: ["SYSTEM_COMPONENTS", "WORKLOADS"]. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_attached_cluster#enable_components ContainerAttachedCluster#enable_components}- Returns:
this
-
build
@Stability(Stable) public ContainerAttachedClusterLoggingConfigComponentConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ContainerAttachedClusterLoggingConfigComponentConfig>- Returns:
- a new instance of
ContainerAttachedClusterLoggingConfigComponentConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-