Class ContainerAzureClusterControlPlaneRootVolume.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.container_azure_cluster.ContainerAzureClusterControlPlaneRootVolume.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<ContainerAzureClusterControlPlaneRootVolume>
- Enclosing interface:
- ContainerAzureClusterControlPlaneRootVolume
@Stability(Stable) public static final class ContainerAzureClusterControlPlaneRootVolume.Builder extends Object implements software.amazon.jsii.Builder<ContainerAzureClusterControlPlaneRootVolume>
A builder forContainerAzureClusterControlPlaneRootVolume
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContainerAzureClusterControlPlaneRootVolumebuild()Builds the configured instance.ContainerAzureClusterControlPlaneRootVolume.BuildersizeGib(Number sizeGib)Sets the value ofContainerAzureClusterControlPlaneRootVolume.getSizeGib()
-
-
-
Method Detail
-
sizeGib
@Stability(Stable) public ContainerAzureClusterControlPlaneRootVolume.Builder sizeGib(Number sizeGib)
Sets the value ofContainerAzureClusterControlPlaneRootVolume.getSizeGib()- Parameters:
sizeGib- Optional. The size of the disk, in GiBs. When unspecified, a default value is provided. See the specific reference in the parent resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_azure_cluster#size_gib ContainerAzureCluster#size_gib}- Returns:
this
-
build
@Stability(Stable) public ContainerAzureClusterControlPlaneRootVolume build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ContainerAzureClusterControlPlaneRootVolume>- Returns:
- a new instance of
ContainerAzureClusterControlPlaneRootVolume - Throws:
NullPointerException- if any required attribute was not provided
-
-