Class BigtableAppProfileStandardIsolation.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.bigtable_app_profile.BigtableAppProfileStandardIsolation.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<BigtableAppProfileStandardIsolation>
- Enclosing interface:
- BigtableAppProfileStandardIsolation
@Stability(Stable) public static final class BigtableAppProfileStandardIsolation.Builder extends Object implements software.amazon.jsii.Builder<BigtableAppProfileStandardIsolation>
A builder forBigtableAppProfileStandardIsolation
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigtableAppProfileStandardIsolationbuild()Builds the configured instance.BigtableAppProfileStandardIsolation.Builderpriority(String priority)Sets the value ofBigtableAppProfileStandardIsolation.getPriority()
-
-
-
Method Detail
-
priority
@Stability(Stable) public BigtableAppProfileStandardIsolation.Builder priority(String priority)
Sets the value ofBigtableAppProfileStandardIsolation.getPriority()- Parameters:
priority- The priority of requests sent using this app profile. Possible values: ["PRIORITY_LOW", "PRIORITY_MEDIUM", "PRIORITY_HIGH"]. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigtable_app_profile#priority BigtableAppProfile#priority}- Returns:
this
-
build
@Stability(Stable) public BigtableAppProfileStandardIsolation build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<BigtableAppProfileStandardIsolation>- Returns:
- a new instance of
BigtableAppProfileStandardIsolation - Throws:
NullPointerException- if any required attribute was not provided
-
-