Class ContainerClusterEnableK8SBetaApis.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.container_cluster.ContainerClusterEnableK8SBetaApis.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<ContainerClusterEnableK8SBetaApis>
- Enclosing interface:
- ContainerClusterEnableK8SBetaApis
@Stability(Stable) public static final class ContainerClusterEnableK8SBetaApis.Builder extends Object implements software.amazon.jsii.Builder<ContainerClusterEnableK8SBetaApis>
A builder forContainerClusterEnableK8SBetaApis
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContainerClusterEnableK8SBetaApisbuild()Builds the configured instance.ContainerClusterEnableK8SBetaApis.BuilderenabledApis(List<String> enabledApis)Sets the value ofContainerClusterEnableK8SBetaApis.getEnabledApis()
-
-
-
Method Detail
-
enabledApis
@Stability(Stable) public ContainerClusterEnableK8SBetaApis.Builder enabledApis(List<String> enabledApis)
Sets the value ofContainerClusterEnableK8SBetaApis.getEnabledApis()- Parameters:
enabledApis- Enabled Kubernetes Beta APIs. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#enabled_apis ContainerCluster#enabled_apis}- Returns:
this
-
build
@Stability(Stable) public ContainerClusterEnableK8SBetaApis build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ContainerClusterEnableK8SBetaApis>- Returns:
- a new instance of
ContainerClusterEnableK8SBetaApis - Throws:
NullPointerException- if any required attribute was not provided
-
-