Interface Dataset.Builder

    • Method Detail

      • datasetId

        Dataset.Builder datasetId​(String datasetId)

        An identifier for a Dataset.

        Parameters:
        datasetId - An identifier for a Dataset.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • datasetArn

        Dataset.Builder datasetArn​(String datasetArn)

        The ARN identifier of the Dataset.

        Parameters:
        datasetArn - The ARN identifier of the Dataset.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • datasetTitle

        Dataset.Builder datasetTitle​(String datasetTitle)

        Display title for a Dataset.

        Parameters:
        datasetTitle - Display title for a Dataset.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • kind

        Dataset.Builder kind​(String kind)

        The format in which Dataset data is structured.

        • TABULAR – Data is structured in a tabular format.

        • NON_TABULAR – Data is structured in a non-tabular format.

        Parameters:
        kind - The format in which Dataset data is structured.

        • TABULAR – Data is structured in a tabular format.

        • NON_TABULAR – Data is structured in a non-tabular format.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DatasetKind, DatasetKind
      • kind

        Dataset.Builder kind​(DatasetKind kind)

        The format in which Dataset data is structured.

        • TABULAR – Data is structured in a tabular format.

        • NON_TABULAR – Data is structured in a non-tabular format.

        Parameters:
        kind - The format in which Dataset data is structured.

        • TABULAR – Data is structured in a tabular format.

        • NON_TABULAR – Data is structured in a non-tabular format.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DatasetKind, DatasetKind
      • datasetDescription

        Dataset.Builder datasetDescription​(String datasetDescription)

        Description for a Dataset.

        Parameters:
        datasetDescription - Description for a Dataset.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ownerInfo

        Dataset.Builder ownerInfo​(DatasetOwnerInfo ownerInfo)

        Contact information for a Dataset owner.

        Parameters:
        ownerInfo - Contact information for a Dataset owner.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createTime

        Dataset.Builder createTime​(Long createTime)

        The timestamp at which the Dataset was created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

        Parameters:
        createTime - The timestamp at which the Dataset was created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastModifiedTime

        Dataset.Builder lastModifiedTime​(Long lastModifiedTime)

        The last time that the Dataset was modified. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

        Parameters:
        lastModifiedTime - The last time that the Dataset was modified. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • schemaDefinition

        Dataset.Builder schemaDefinition​(SchemaUnion schemaDefinition)

        Definition for a schema on a tabular Dataset.

        Parameters:
        schemaDefinition - Definition for a schema on a tabular Dataset.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • alias

        Dataset.Builder alias​(String alias)

        The unique resource identifier for a Dataset.

        Parameters:
        alias - The unique resource identifier for a Dataset.
        Returns:
        Returns a reference to this object so that method calls can be chained together.