Class ServiceNowObjectDatasetArgs.Builder

    • Method Detail

      • annotations

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

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

        public ServiceNowObjectDatasetArgs.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 ServiceNowObjectDatasetArgs.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 ServiceNowObjectDatasetArgs.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 ServiceNowObjectDatasetArgs.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
      • tableName

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

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

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