Class DataplexLake.Builder

  • All Implemented Interfaces:
    software.amazon.jsii.Builder<DataplexLake>
    Enclosing class:
    DataplexLake

    @Stability(Stable)
    public static final class DataplexLake.Builder
    extends Object
    implements software.amazon.jsii.Builder<DataplexLake>
    A fluent builder for DataplexLake.
    • Method Detail

      • create

        @Stability(Stable)
        public static DataplexLake.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 DataplexLake.Builder.
      • connection

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

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

        @Stability(Experimental)
        public DataplexLake.Builder count​(Number count)
        Parameters:
        count - This parameter is required.
        Returns:
        this
      • count

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

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

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

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

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

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

        @Stability(Stable)
        public DataplexLake.Builder location​(String location)
        The location for the resource.

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

        Parameters:
        location - The location for the resource. This parameter is required.
        Returns:
        this
      • name

        @Stability(Stable)
        public DataplexLake.Builder name​(String name)
        The name of the lake.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_lake#name DataplexLake#name}

        Parameters:
        name - The name of the lake. This parameter is required.
        Returns:
        this
      • description

        @Stability(Stable)
        public DataplexLake.Builder description​(String description)
        Optional. Description of the lake.

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

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

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

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

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

        @Stability(Stable)
        public DataplexLake.Builder id​(String id)
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_lake#id DataplexLake#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_lake#id DataplexLake#id}. This parameter is required.
        Returns:
        this
      • labels

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

        **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_lake#labels DataplexLake#labels}

        Parameters:
        labels - Optional. User-defined labels for the lake. This parameter is required.
        Returns:
        this
      • metastore

        @Stability(Stable)
        public DataplexLake.Builder metastore​(DataplexLakeMetastore metastore)
        metastore block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_lake#metastore DataplexLake#metastore}

        Parameters:
        metastore - metastore block. This parameter is required.
        Returns:
        this
      • project

        @Stability(Stable)
        public DataplexLake.Builder project​(String project)
        The project for the resource.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_lake#project DataplexLake#project}

        Parameters:
        project - The project for the resource. This parameter is required.
        Returns:
        this
      • timeouts

        @Stability(Stable)
        public DataplexLake.Builder timeouts​(DataplexLakeTimeouts timeouts)
        timeouts block.

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

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

        @Stability(Stable)
        public DataplexLake build()
        Specified by:
        build in interface software.amazon.jsii.Builder<DataplexLake>
        Returns:
        a newly built instance of DataplexLake.