Class GlueCatalogTableStorageDescriptorSchemaReferenceSchemaIdOutputReference

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

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:53.180Z")
    @Stability(Stable)
    public class GlueCatalogTableStorageDescriptorSchemaReferenceSchemaIdOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • GlueCatalogTableStorageDescriptorSchemaReferenceSchemaIdOutputReference

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

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

        @Stability(Stable)
        public GlueCatalogTableStorageDescriptorSchemaReferenceSchemaIdOutputReference​(@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

      • resetRegistryName

        @Stability(Stable)
        public void resetRegistryName()
      • resetSchemaArn

        @Stability(Stable)
        public void resetSchemaArn()
      • resetSchemaName

        @Stability(Stable)
        public void resetSchemaName()
      • getRegistryNameInput

        @Stability(Stable)
        @Nullable
        public String getRegistryNameInput()
      • getSchemaArnInput

        @Stability(Stable)
        @Nullable
        public String getSchemaArnInput()
      • getSchemaNameInput

        @Stability(Stable)
        @Nullable
        public String getSchemaNameInput()
      • getRegistryName

        @Stability(Stable)
        @NotNull
        public String getRegistryName()
      • setRegistryName

        @Stability(Stable)
        public void setRegistryName​(@NotNull
                                    String value)
      • getSchemaArn

        @Stability(Stable)
        @NotNull
        public String getSchemaArn()
      • setSchemaArn

        @Stability(Stable)
        public void setSchemaArn​(@NotNull
                                 String value)
      • getSchemaName

        @Stability(Stable)
        @NotNull
        public String getSchemaName()
      • setSchemaName

        @Stability(Stable)
        public void setSchemaName​(@NotNull
                                  String value)