Class BigtableAuthorizedViewSubsetViewOutputReference

  • All Implemented Interfaces:
    com.hashicorp.cdktf.IInterpolatingParent, com.hashicorp.cdktf.IResolvable, com.hashicorp.cdktf.ITerraformAddressable, software.amazon.jsii.JsiiSerializable

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:17.768Z")
    @Stability(Stable)
    public class BigtableAuthorizedViewSubsetViewOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • BigtableAuthorizedViewSubsetViewOutputReference

        protected BigtableAuthorizedViewSubsetViewOutputReference​(software.amazon.jsii.JsiiObjectRef objRef)
      • BigtableAuthorizedViewSubsetViewOutputReference

        protected BigtableAuthorizedViewSubsetViewOutputReference​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • BigtableAuthorizedViewSubsetViewOutputReference

        @Stability(Stable)
        public BigtableAuthorizedViewSubsetViewOutputReference​(@NotNull
                                                               com.hashicorp.cdktf.IInterpolatingParent terraformResource,
                                                               @NotNull
                                                               String terraformAttribute)
        Parameters:
        terraformResource - The parent resource. This parameter is required.
        terraformAttribute - The attribute on the parent resource this class is referencing. This parameter is required.
    • Method Detail

      • putFamilySubsets

        @Stability(Stable)
        public void putFamilySubsets​(@NotNull
                                     Object value)
        Parameters:
        value - This parameter is required.
      • resetFamilySubsets

        @Stability(Stable)
        public void resetFamilySubsets()
      • resetRowPrefixes

        @Stability(Stable)
        public void resetRowPrefixes()
      • getFamilySubsetsInput

        @Stability(Stable)
        @Nullable
        public Object getFamilySubsetsInput()
      • getRowPrefixesInput

        @Stability(Stable)
        @Nullable
        public List<String> getRowPrefixesInput()
      • getRowPrefixes

        @Stability(Stable)
        @NotNull
        public List<String> getRowPrefixes()
      • setRowPrefixes

        @Stability(Stable)
        public void setRowPrefixes​(@NotNull
                                   List<String> value)