Class BigtableGcPolicyMaxVersion.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.bigtable_gc_policy.BigtableGcPolicyMaxVersion.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<BigtableGcPolicyMaxVersion>
- Enclosing interface:
- BigtableGcPolicyMaxVersion
@Stability(Stable) public static final class BigtableGcPolicyMaxVersion.Builder extends Object implements software.amazon.jsii.Builder<BigtableGcPolicyMaxVersion>
A builder forBigtableGcPolicyMaxVersion
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigtableGcPolicyMaxVersionbuild()Builds the configured instance.BigtableGcPolicyMaxVersion.Buildernumber(Number number)Sets the value ofBigtableGcPolicyMaxVersion.getNumber()
-
-
-
Method Detail
-
number
@Stability(Stable) public BigtableGcPolicyMaxVersion.Builder number(Number number)
Sets the value ofBigtableGcPolicyMaxVersion.getNumber()- Parameters:
number- Number of version before applying the GC policy. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigtable_gc_policy#number BigtableGcPolicy#number}- Returns:
this
-
build
@Stability(Stable) public BigtableGcPolicyMaxVersion build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<BigtableGcPolicyMaxVersion>- Returns:
- a new instance of
BigtableGcPolicyMaxVersion - Throws:
NullPointerException- if any required attribute was not provided
-
-