Class BigtableTableColumnFamily.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.bigtable_table.BigtableTableColumnFamily.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<BigtableTableColumnFamily>
- Enclosing interface:
- BigtableTableColumnFamily
@Stability(Stable) public static final class BigtableTableColumnFamily.Builder extends Object implements software.amazon.jsii.Builder<BigtableTableColumnFamily>
A builder forBigtableTableColumnFamily
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigtableTableColumnFamilybuild()Builds the configured instance.BigtableTableColumnFamily.Builderfamily(String family)Sets the value ofBigtableTableColumnFamily.getFamily()
-
-
-
Method Detail
-
family
@Stability(Stable) public BigtableTableColumnFamily.Builder family(String family)
Sets the value ofBigtableTableColumnFamily.getFamily()- Parameters:
family- The name of the column family. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigtable_table#family BigtableTable#family}- Returns:
this
-
build
@Stability(Stable) public BigtableTableColumnFamily build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<BigtableTableColumnFamily>- Returns:
- a new instance of
BigtableTableColumnFamily - Throws:
NullPointerException- if any required attribute was not provided
-
-