Class LakeHouseTableDatasetArgs.Builder

  • Enclosing class:
    LakeHouseTableDatasetArgs

    public static final class LakeHouseTableDatasetArgs.Builder
    extends java.lang.Object
    • Method Detail

      • annotations

        public LakeHouseTableDatasetArgs.Builder annotations​(@Nullable
                                                             com.pulumi.core.Output<java.util.List<java.lang.Object>> annotations)
        Parameters:
        annotations - List of tags that can be used for describing the Dataset.
        Returns:
        builder
      • annotations

        public LakeHouseTableDatasetArgs.Builder annotations​(java.util.List<java.lang.Object> annotations)
        Parameters:
        annotations - List of tags that can be used for describing the Dataset.
        Returns:
        builder
      • annotations

        public LakeHouseTableDatasetArgs.Builder annotations​(java.lang.Object... annotations)
        Parameters:
        annotations - List of tags that can be used for describing the Dataset.
        Returns:
        builder
      • description

        public LakeHouseTableDatasetArgs.Builder description​(@Nullable
                                                             com.pulumi.core.Output<java.lang.String> description)
        Parameters:
        description - Dataset description.
        Returns:
        builder
      • description

        public LakeHouseTableDatasetArgs.Builder description​(java.lang.String description)
        Parameters:
        description - Dataset description.
        Returns:
        builder
      • folder

        public LakeHouseTableDatasetArgs.Builder folder​(@Nullable
                                                        com.pulumi.core.Output<DatasetFolderArgs> folder)
        Parameters:
        folder - The folder that this Dataset is in. If not specified, Dataset will appear at the root level.
        Returns:
        builder
      • schema

        public LakeHouseTableDatasetArgs.Builder schema​(@Nullable
                                                        com.pulumi.core.Output<java.lang.Object> schema)
        Parameters:
        schema - Columns that define the physical type schema of the dataset. Type: array (or Expression with resultType array), itemType: DatasetSchemaDataElement.
        Returns:
        builder
      • schema

        public LakeHouseTableDatasetArgs.Builder schema​(java.lang.Object schema)
        Parameters:
        schema - Columns that define the physical type schema of the dataset. Type: array (or Expression with resultType array), itemType: DatasetSchemaDataElement.
        Returns:
        builder
      • structure

        public LakeHouseTableDatasetArgs.Builder structure​(@Nullable
                                                           com.pulumi.core.Output<java.lang.Object> structure)
        Parameters:
        structure - Columns that define the structure of the dataset. Type: array (or Expression with resultType array), itemType: DatasetDataElement.
        Returns:
        builder
      • structure

        public LakeHouseTableDatasetArgs.Builder structure​(java.lang.Object structure)
        Parameters:
        structure - Columns that define the structure of the dataset. Type: array (or Expression with resultType array), itemType: DatasetDataElement.
        Returns:
        builder
      • table

        public LakeHouseTableDatasetArgs.Builder table​(@Nullable
                                                       com.pulumi.core.Output<java.lang.Object> table)
        Parameters:
        table - The name of Microsoft Fabric LakeHouse Table. Type: string (or Expression with resultType string).
        Returns:
        builder
      • table

        public LakeHouseTableDatasetArgs.Builder table​(java.lang.Object table)
        Parameters:
        table - The name of Microsoft Fabric LakeHouse Table. Type: string (or Expression with resultType string).
        Returns:
        builder
      • type

        public LakeHouseTableDatasetArgs.Builder type​(com.pulumi.core.Output<java.lang.String> type)
        Parameters:
        type - Type of dataset. Expected value is 'LakeHouseTable'.
        Returns:
        builder
      • type

        public LakeHouseTableDatasetArgs.Builder type​(java.lang.String type)
        Parameters:
        type - Type of dataset. Expected value is 'LakeHouseTable'.
        Returns:
        builder