JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.finspacedata.model

Class UpdateDatasetRequest

    • Constructor Detail

      • UpdateDatasetRequest

        public UpdateDatasetRequest()
    • Method Detail

      • setClientToken

        public void setClientToken(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.
      • getClientToken

        public String getClientToken()

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

        Returns:
        A token that ensures idempotency. This token expires in 10 minutes.
      • withClientToken

        public UpdateDatasetRequest withClientToken(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.
      • setDatasetId

        public void setDatasetId(String datasetId)

        The unique identifier for the Dataset to update.

        Parameters:
        datasetId - The unique identifier for the Dataset to update.
      • getDatasetId

        public String getDatasetId()

        The unique identifier for the Dataset to update.

        Returns:
        The unique identifier for the Dataset to update.
      • withDatasetId

        public UpdateDatasetRequest withDatasetId(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.
      • setDatasetTitle

        public void setDatasetTitle(String datasetTitle)

        A display title for the Dataset.

        Parameters:
        datasetTitle - A display title for the Dataset.
      • getDatasetTitle

        public String getDatasetTitle()

        A display title for the Dataset.

        Returns:
        A display title for the Dataset.
      • withDatasetTitle

        public UpdateDatasetRequest withDatasetTitle(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.
      • setKind

        public void setKind(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.

        See Also:
        DatasetKind
      • getKind

        public String getKind()

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

        See Also:
        DatasetKind
      • withKind

        public UpdateDatasetRequest withKind(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
      • withKind

        public UpdateDatasetRequest withKind(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
      • setDatasetDescription

        public void setDatasetDescription(String datasetDescription)

        A description for the Dataset.

        Parameters:
        datasetDescription - A description for the Dataset.
      • getDatasetDescription

        public String getDatasetDescription()

        A description for the Dataset.

        Returns:
        A description for the Dataset.
      • withDatasetDescription

        public UpdateDatasetRequest withDatasetDescription(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.
      • setAlias

        public void setAlias(String alias)

        The unique resource identifier for a Dataset.

        Parameters:
        alias - The unique resource identifier for a Dataset.
      • getAlias

        public String getAlias()

        The unique resource identifier for a Dataset.

        Returns:
        The unique resource identifier for a Dataset.
      • withAlias

        public UpdateDatasetRequest withAlias(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.
      • setSchemaDefinition

        public void setSchemaDefinition(SchemaUnion schemaDefinition)

        Definition for a schema on a tabular Dataset.

        Parameters:
        schemaDefinition - Definition for a schema on a tabular Dataset.
      • getSchemaDefinition

        public SchemaUnion getSchemaDefinition()

        Definition for a schema on a tabular Dataset.

        Returns:
        Definition for a schema on a tabular Dataset.
      • withSchemaDefinition

        public UpdateDatasetRequest withSchemaDefinition(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.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /