Interface BigtableAppProfileSingleClusterRouting
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
BigtableAppProfileSingleClusterRouting.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.763Z") @Stability(Stable) public interface BigtableAppProfileSingleClusterRouting extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBigtableAppProfileSingleClusterRouting.BuilderA builder forBigtableAppProfileSingleClusterRoutingstatic classBigtableAppProfileSingleClusterRouting.Jsii$ProxyAn implementation forBigtableAppProfileSingleClusterRouting
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static BigtableAppProfileSingleClusterRouting.Builderbuilder()default ObjectgetAllowTransactionalWrites()If true, CheckAndMutateRow and ReadModifyWriteRow requests are allowed by this app profile.StringgetClusterId()The cluster to which read/write requests should be routed.
-
-
-
Method Detail
-
getClusterId
@Stability(Stable) @NotNull String getClusterId()
The cluster to which read/write requests should be routed.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigtable_app_profile#cluster_id BigtableAppProfile#cluster_id}
-
getAllowTransactionalWrites
@Stability(Stable) @Nullable default Object getAllowTransactionalWrites()
If true, CheckAndMutateRow and ReadModifyWriteRow requests are allowed by this app profile.It is unsafe to send these requests to the same table/row/column in multiple clusters. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigtable_app_profile#allow_transactional_writes BigtableAppProfile#allow_transactional_writes}
-
builder
@Stability(Stable) static BigtableAppProfileSingleClusterRouting.Builder builder()
-
-