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.finspace.model

Class UpdateKxDataviewRequest

    • Constructor Detail

      • UpdateKxDataviewRequest

        public UpdateKxDataviewRequest()
    • Method Detail

      • setEnvironmentId

        public void setEnvironmentId(String environmentId)

        A unique identifier for the kdb environment, where you want to update the dataview.

        Parameters:
        environmentId - A unique identifier for the kdb environment, where you want to update the dataview.
      • getEnvironmentId

        public String getEnvironmentId()

        A unique identifier for the kdb environment, where you want to update the dataview.

        Returns:
        A unique identifier for the kdb environment, where you want to update the dataview.
      • withEnvironmentId

        public UpdateKxDataviewRequest withEnvironmentId(String environmentId)

        A unique identifier for the kdb environment, where you want to update the dataview.

        Parameters:
        environmentId - A unique identifier for the kdb environment, where you want to update the dataview.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDatabaseName

        public void setDatabaseName(String databaseName)

        The name of the database.

        Parameters:
        databaseName - The name of the database.
      • getDatabaseName

        public String getDatabaseName()

        The name of the database.

        Returns:
        The name of the database.
      • withDatabaseName

        public UpdateKxDataviewRequest withDatabaseName(String databaseName)

        The name of the database.

        Parameters:
        databaseName - The name of the database.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDataviewName

        public void setDataviewName(String dataviewName)

        The name of the dataview that you want to update.

        Parameters:
        dataviewName - The name of the dataview that you want to update.
      • getDataviewName

        public String getDataviewName()

        The name of the dataview that you want to update.

        Returns:
        The name of the dataview that you want to update.
      • withDataviewName

        public UpdateKxDataviewRequest withDataviewName(String dataviewName)

        The name of the dataview that you want to update.

        Parameters:
        dataviewName - The name of the dataview that you want to update.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDescription

        public void setDescription(String description)

        The description for a dataview.

        Parameters:
        description - The description for a dataview.
      • getDescription

        public String getDescription()

        The description for a dataview.

        Returns:
        The description for a dataview.
      • withDescription

        public UpdateKxDataviewRequest withDescription(String description)

        The description for a dataview.

        Parameters:
        description - The description for a dataview.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setChangesetId

        public void setChangesetId(String changesetId)

        A unique identifier for the changeset.

        Parameters:
        changesetId - A unique identifier for the changeset.
      • getChangesetId

        public String getChangesetId()

        A unique identifier for the changeset.

        Returns:
        A unique identifier for the changeset.
      • withChangesetId

        public UpdateKxDataviewRequest withChangesetId(String changesetId)

        A unique identifier for the changeset.

        Parameters:
        changesetId - A unique identifier for the changeset.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getSegmentConfigurations

        public List<KxDataviewSegmentConfiguration> getSegmentConfigurations()

        The configuration that contains the database path of the data that you want to place on each selected volume. Each segment must have a unique database path for each volume. If you do not explicitly specify any database path for a volume, they are accessible from the cluster through the default S3/object store segment.

        Returns:
        The configuration that contains the database path of the data that you want to place on each selected volume. Each segment must have a unique database path for each volume. If you do not explicitly specify any database path for a volume, they are accessible from the cluster through the default S3/object store segment.
      • setSegmentConfigurations

        public void setSegmentConfigurations(Collection<KxDataviewSegmentConfiguration> segmentConfigurations)

        The configuration that contains the database path of the data that you want to place on each selected volume. Each segment must have a unique database path for each volume. If you do not explicitly specify any database path for a volume, they are accessible from the cluster through the default S3/object store segment.

        Parameters:
        segmentConfigurations - The configuration that contains the database path of the data that you want to place on each selected volume. Each segment must have a unique database path for each volume. If you do not explicitly specify any database path for a volume, they are accessible from the cluster through the default S3/object store segment.
      • withSegmentConfigurations

        public UpdateKxDataviewRequest withSegmentConfigurations(KxDataviewSegmentConfiguration... segmentConfigurations)

        The configuration that contains the database path of the data that you want to place on each selected volume. Each segment must have a unique database path for each volume. If you do not explicitly specify any database path for a volume, they are accessible from the cluster through the default S3/object store segment.

        NOTE: This method appends the values to the existing list (if any). Use setSegmentConfigurations(java.util.Collection) or withSegmentConfigurations(java.util.Collection) if you want to override the existing values.

        Parameters:
        segmentConfigurations - The configuration that contains the database path of the data that you want to place on each selected volume. Each segment must have a unique database path for each volume. If you do not explicitly specify any database path for a volume, they are accessible from the cluster through the default S3/object store segment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withSegmentConfigurations

        public UpdateKxDataviewRequest withSegmentConfigurations(Collection<KxDataviewSegmentConfiguration> segmentConfigurations)

        The configuration that contains the database path of the data that you want to place on each selected volume. Each segment must have a unique database path for each volume. If you do not explicitly specify any database path for a volume, they are accessible from the cluster through the default S3/object store segment.

        Parameters:
        segmentConfigurations - The configuration that contains the database path of the data that you want to place on each selected volume. Each segment must have a unique database path for each volume. If you do not explicitly specify any database path for a volume, they are accessible from the cluster through the default S3/object store segment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • 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 UpdateKxDataviewRequest 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.
      • 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 によって変換されたページ (->オリジナル) /