Class DataGoogleContainerClusterEnableK8SBetaApis.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.data_google_container_cluster.DataGoogleContainerClusterEnableK8SBetaApis.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataGoogleContainerClusterEnableK8SBetaApis>
- Enclosing interface:
- DataGoogleContainerClusterEnableK8SBetaApis
@Stability(Stable) public static final class DataGoogleContainerClusterEnableK8SBetaApis.Builder extends Object implements software.amazon.jsii.Builder<DataGoogleContainerClusterEnableK8SBetaApis>
A builder forDataGoogleContainerClusterEnableK8SBetaApis
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataGoogleContainerClusterEnableK8SBetaApisbuild()Builds the configured instance.
-
-
-
Method Detail
-
build
@Stability(Stable) public DataGoogleContainerClusterEnableK8SBetaApis build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataGoogleContainerClusterEnableK8SBetaApis>- Returns:
- a new instance of
DataGoogleContainerClusterEnableK8SBetaApis - Throws:
NullPointerException- if any required attribute was not provided
-
-