Class SparkObjectDatasetArgs.Builder

  • Enclosing class:
    SparkObjectDatasetArgs

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

      • annotations

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

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

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

        public SparkObjectDatasetArgs.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 SparkObjectDatasetArgs.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 SparkObjectDatasetArgs.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 SparkObjectDatasetArgs.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 SparkObjectDatasetArgs.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 SparkObjectDatasetArgs.Builder table​(@Nullable
                                                    com.pulumi.core.Output<java.lang.Object> table)
        Parameters:
        table - The table name of the Spark. Type: string (or Expression with resultType string).
        Returns:
        builder
      • table

        public SparkObjectDatasetArgs.Builder table​(java.lang.Object table)
        Parameters:
        table - The table name of the Spark. Type: string (or Expression with resultType string).
        Returns:
        builder
      • tableName

        public SparkObjectDatasetArgs.Builder tableName​(@Nullable
                                                        com.pulumi.core.Output<java.lang.Object> tableName)
        Parameters:
        tableName - This property will be retired. Please consider using schema + table properties instead.
        Returns:
        builder
      • tableName

        public SparkObjectDatasetArgs.Builder tableName​(java.lang.Object tableName)
        Parameters:
        tableName - This property will be retired. Please consider using schema + table properties instead.
        Returns:
        builder
      • type

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

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