Interface UpdateDatasetRequest.Builder

    • Method Detail

      • clientToken

        UpdateDatasetRequest.Builder clientToken​(String clientToken)

        A token that ensures idempotency. This token expires in 10 minutes.

        Parameters:
        clientToken - A token that ensures idempotency. This token expires in 10 minutes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • datasetId

        UpdateDatasetRequest.Builder datasetId​(String datasetId)

        The unique identifier for the Dataset to update.

        Parameters:
        datasetId - The unique identifier for the Dataset to update.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • datasetTitle

        UpdateDatasetRequest.Builder datasetTitle​(String datasetTitle)

        A display title for the Dataset.

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

        UpdateDatasetRequest.Builder kind​(String kind)

        The format in which the 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 the 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

        UpdateDatasetRequest.Builder kind​(DatasetKind kind)

        The format in which the 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 the 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

        UpdateDatasetRequest.Builder datasetDescription​(String datasetDescription)

        A description for the Dataset.

        Parameters:
        datasetDescription - A description for the Dataset.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • alias

        UpdateDatasetRequest.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.
      • schemaDefinition

        UpdateDatasetRequest.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.