Class AzureDataLakeStoreDatasetArgs.Builder

    • Method Detail

      • annotations

        public AzureDataLakeStoreDatasetArgs.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 AzureDataLakeStoreDatasetArgs.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 AzureDataLakeStoreDatasetArgs.Builder annotations​(java.lang.Object... annotations)
        Parameters:
        annotations - List of tags that can be used for describing the Dataset.
        Returns:
        builder
      • description

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

        public AzureDataLakeStoreDatasetArgs.Builder fileName​(@Nullable
                                                              com.pulumi.core.Output<java.lang.Object> fileName)
        Parameters:
        fileName - The name of the file in the Azure Data Lake Store. Type: string (or Expression with resultType string).
        Returns:
        builder
      • fileName

        public AzureDataLakeStoreDatasetArgs.Builder fileName​(java.lang.Object fileName)
        Parameters:
        fileName - The name of the file in the Azure Data Lake Store. Type: string (or Expression with resultType string).
        Returns:
        builder
      • folderPath

        public AzureDataLakeStoreDatasetArgs.Builder folderPath​(@Nullable
                                                                com.pulumi.core.Output<java.lang.Object> folderPath)
        Parameters:
        folderPath - Path to the folder in the Azure Data Lake Store. Type: string (or Expression with resultType string).
        Returns:
        builder
      • folderPath

        public AzureDataLakeStoreDatasetArgs.Builder folderPath​(java.lang.Object folderPath)
        Parameters:
        folderPath - Path to the folder in the Azure Data Lake Store. Type: string (or Expression with resultType string).
        Returns:
        builder
      • format

        public AzureDataLakeStoreDatasetArgs.Builder format​(@Nullable
                                                            com.pulumi.core.Output<java.lang.Object> format)
        Parameters:
        format - The format of the Data Lake Store.
        Returns:
        builder
      • schema

        public AzureDataLakeStoreDatasetArgs.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 AzureDataLakeStoreDatasetArgs.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 AzureDataLakeStoreDatasetArgs.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 AzureDataLakeStoreDatasetArgs.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
      • type

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