Class OrcDatasetArgs.Builder

  • Enclosing class:
    OrcDatasetArgs

    public static final class OrcDatasetArgs.Builder
    extends java.lang.Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • annotations

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

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

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

        public OrcDatasetArgs.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
      • folder

        public OrcDatasetArgs.Builder folder​(DatasetFolderArgs folder)
        Parameters:
        folder - The folder that this Dataset is in. If not specified, Dataset will appear at the root level.
        Returns:
        builder
      • location

        public OrcDatasetArgs.Builder location​(com.pulumi.core.Output<java.lang.Object> location)
        Parameters:
        location - The location of the ORC data storage.
        Returns:
        builder
      • location

        public OrcDatasetArgs.Builder location​(java.lang.Object location)
        Parameters:
        location - The location of the ORC data storage.
        Returns:
        builder
      • orcCompressionCodec

        public OrcDatasetArgs.Builder orcCompressionCodec​(@Nullable
                                                          com.pulumi.core.Output<java.lang.Object> orcCompressionCodec)
        Parameters:
        orcCompressionCodec - The data orcCompressionCodec. Type: string (or Expression with resultType string).
        Returns:
        builder
      • orcCompressionCodec

        public OrcDatasetArgs.Builder orcCompressionCodec​(java.lang.Object orcCompressionCodec)
        Parameters:
        orcCompressionCodec - The data orcCompressionCodec. Type: string (or Expression with resultType string).
        Returns:
        builder
      • schema

        public OrcDatasetArgs.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 OrcDatasetArgs.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 OrcDatasetArgs.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 OrcDatasetArgs.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 OrcDatasetArgs.Builder type​(com.pulumi.core.Output<java.lang.String> type)
        Parameters:
        type - Type of dataset. Expected value is 'Orc'.
        Returns:
        builder
      • type

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