Interface BigtableAuthorizedViewSubsetViewFamilySubsets
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
BigtableAuthorizedViewSubsetViewFamilySubsets.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.767Z") @Stability(Stable) public interface BigtableAuthorizedViewSubsetViewFamilySubsets extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBigtableAuthorizedViewSubsetViewFamilySubsets.BuilderA builder forBigtableAuthorizedViewSubsetViewFamilySubsetsstatic classBigtableAuthorizedViewSubsetViewFamilySubsets.Jsii$ProxyAn implementation forBigtableAuthorizedViewSubsetViewFamilySubsets
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static BigtableAuthorizedViewSubsetViewFamilySubsets.Builderbuilder()StringgetFamilyName()Name of the column family to be included in the authorized view.default List<String>getQualifierPrefixes()Base64-encoded prefixes for qualifiers of the column family to be included in the authorized view.default List<String>getQualifiers()Base64-encoded individual exact column qualifiers of the column family to be included in the authorized view.
-
-
-
Method Detail
-
getFamilyName
@Stability(Stable) @NotNull String getFamilyName()
Name of the column family to be included in the authorized view.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigtable_authorized_view#family_name BigtableAuthorizedView#family_name}
-
getQualifierPrefixes
@Stability(Stable) @Nullable default List<String> getQualifierPrefixes()
Base64-encoded prefixes for qualifiers of the column family to be included in the authorized view.Every qualifier starting with one of these prefixes is included in the authorized view. To provide access to all qualifiers, include the empty string as a prefix (""). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigtable_authorized_view#qualifier_prefixes BigtableAuthorizedView#qualifier_prefixes}
-
getQualifiers
@Stability(Stable) @Nullable default List<String> getQualifiers()
Base64-encoded individual exact column qualifiers of the column family to be included in the authorized view.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigtable_authorized_view#qualifiers BigtableAuthorizedView#qualifiers}
-
builder
@Stability(Stable) static BigtableAuthorizedViewSubsetViewFamilySubsets.Builder builder()
-
-