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 UpdateKxDatabaseRequest

    • Constructor Detail

      • UpdateKxDatabaseRequest

        public UpdateKxDatabaseRequest()
    • Method Detail

      • setEnvironmentId

        public void setEnvironmentId(String environmentId)

        A unique identifier for the kdb environment.

        Parameters:
        environmentId - A unique identifier for the kdb environment.
      • getEnvironmentId

        public String getEnvironmentId()

        A unique identifier for the kdb environment.

        Returns:
        A unique identifier for the kdb environment.
      • withEnvironmentId

        public UpdateKxDatabaseRequest withEnvironmentId(String environmentId)

        A unique identifier for the kdb environment.

        Parameters:
        environmentId - A unique identifier for the kdb environment.
        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 kdb database.

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

        public String getDatabaseName()

        The name of the kdb database.

        Returns:
        The name of the kdb database.
      • withDatabaseName

        public UpdateKxDatabaseRequest withDatabaseName(String databaseName)

        The name of the kdb database.

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

        public void setDescription(String description)

        A description of the database.

        Parameters:
        description - A description of the database.
      • getDescription

        public String getDescription()

        A description of the database.

        Returns:
        A description of the database.
      • withDescription

        public UpdateKxDatabaseRequest withDescription(String description)

        A description of the database.

        Parameters:
        description - A description of the database.
        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 UpdateKxDatabaseRequest 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 によって変換されたページ (->オリジナル) /