Class DataplexEntryType.Builder

    • Method Detail

      • create

        @Stability(Stable)
        public static DataplexEntryType.Builder create​(software.constructs.Construct scope,
                                                       String id)
        Parameters:
        scope - The scope in which to define this construct. This parameter is required.
        id - The scoped construct ID. This parameter is required.
        Returns:
        a new instance of DataplexEntryType.Builder.
      • connection

        @Stability(Experimental)
        public DataplexEntryType.Builder connection​(com.hashicorp.cdktf.SSHProvisionerConnection connection)
        Parameters:
        connection - This parameter is required.
        Returns:
        this
      • connection

        @Stability(Experimental)
        public DataplexEntryType.Builder connection​(com.hashicorp.cdktf.WinrmProvisionerConnection connection)
        Parameters:
        connection - This parameter is required.
        Returns:
        this
      • count

        @Stability(Experimental)
        public DataplexEntryType.Builder count​(com.hashicorp.cdktf.TerraformCount count)
        Parameters:
        count - This parameter is required.
        Returns:
        this
      • dependsOn

        @Stability(Experimental)
        public DataplexEntryType.Builder dependsOn​(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)
        Parameters:
        dependsOn - This parameter is required.
        Returns:
        this
      • forEach

        @Stability(Experimental)
        public DataplexEntryType.Builder forEach​(com.hashicorp.cdktf.ITerraformIterator forEach)
        Parameters:
        forEach - This parameter is required.
        Returns:
        this
      • lifecycle

        @Stability(Experimental)
        public DataplexEntryType.Builder lifecycle​(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)
        Parameters:
        lifecycle - This parameter is required.
        Returns:
        this
      • provider

        @Stability(Experimental)
        public DataplexEntryType.Builder provider​(com.hashicorp.cdktf.TerraformProvider provider)
        Parameters:
        provider - This parameter is required.
        Returns:
        this
      • provisioners

        @Stability(Experimental)
        public DataplexEntryType.Builder provisioners​(List<? extends Object> provisioners)
        Parameters:
        provisioners - This parameter is required.
        Returns:
        this
      • description

        @Stability(Stable)
        public DataplexEntryType.Builder description​(String description)
        Description of the EntryType.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_entry_type#description DataplexEntryType#description}

        Parameters:
        description - Description of the EntryType. This parameter is required.
        Returns:
        this
      • displayName

        @Stability(Stable)
        public DataplexEntryType.Builder displayName​(String displayName)
        User friendly display name.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_entry_type#display_name DataplexEntryType#display_name}

        Parameters:
        displayName - User friendly display name. This parameter is required.
        Returns:
        this
      • entryTypeId

        @Stability(Stable)
        public DataplexEntryType.Builder entryTypeId​(String entryTypeId)
        The entry type id of the entry type.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_entry_type#entry_type_id DataplexEntryType#entry_type_id}

        Parameters:
        entryTypeId - The entry type id of the entry type. This parameter is required.
        Returns:
        this
      • id

        @Stability(Stable)
        public DataplexEntryType.Builder id​(String id)
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_entry_type#id DataplexEntryType#id}.

        Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.

        Parameters:
        id - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_entry_type#id DataplexEntryType#id}. This parameter is required.
        Returns:
        this
      • labels

        @Stability(Stable)
        public DataplexEntryType.Builder labels​(Map<String,​String> labels)
        User-defined labels for the EntryType.

        **Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_entry_type#labels DataplexEntryType#labels}

        Parameters:
        labels - User-defined labels for the EntryType. This parameter is required.
        Returns:
        this
      • location

        @Stability(Stable)
        public DataplexEntryType.Builder location​(String location)
        The location where entry type will be created in.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_entry_type#location DataplexEntryType#location}

        Parameters:
        location - The location where entry type will be created in. This parameter is required.
        Returns:
        this
      • platform

        @Stability(Stable)
        public DataplexEntryType.Builder platform​(String platform)
        The platform that Entries of this type belongs to.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_entry_type#platform DataplexEntryType#platform}

        Parameters:
        platform - The platform that Entries of this type belongs to. This parameter is required.
        Returns:
        this
      • project

        @Stability(Stable)
        public DataplexEntryType.Builder project​(String project)
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_entry_type#project DataplexEntryType#project}.

        Parameters:
        project - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_entry_type#project DataplexEntryType#project}. This parameter is required.
        Returns:
        this
      • requiredAspects

        @Stability(Stable)
        public DataplexEntryType.Builder requiredAspects​(com.hashicorp.cdktf.IResolvable requiredAspects)
        required_aspects block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_entry_type#required_aspects DataplexEntryType#required_aspects}

        Parameters:
        requiredAspects - required_aspects block. This parameter is required.
        Returns:
        this
      • requiredAspects

        @Stability(Stable)
        public DataplexEntryType.Builder requiredAspects​(List<? extends DataplexEntryTypeRequiredAspects> requiredAspects)
        required_aspects block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_entry_type#required_aspects DataplexEntryType#required_aspects}

        Parameters:
        requiredAspects - required_aspects block. This parameter is required.
        Returns:
        this
      • systemAttribute

        @Stability(Stable)
        public DataplexEntryType.Builder systemAttribute​(String systemAttribute)
        The system that Entries of this type belongs to.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_entry_type#system DataplexEntryType#system}

        Parameters:
        systemAttribute - The system that Entries of this type belongs to. This parameter is required.
        Returns:
        this
      • timeouts

        @Stability(Stable)
        public DataplexEntryType.Builder timeouts​(DataplexEntryTypeTimeouts timeouts)
        timeouts block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_entry_type#timeouts DataplexEntryType#timeouts}

        Parameters:
        timeouts - timeouts block. This parameter is required.
        Returns:
        this
      • typeAliases

        @Stability(Stable)
        public DataplexEntryType.Builder typeAliases​(List<String> typeAliases)
        Indicates the class this Entry Type belongs to, for example, TABLE, DATABASE, MODEL.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_entry_type#type_aliases DataplexEntryType#type_aliases}

        Parameters:
        typeAliases - Indicates the class this Entry Type belongs to, for example, TABLE, DATABASE, MODEL. This parameter is required.
        Returns:
        this