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 UpdateKxClusterDatabasesRequest

    • Constructor Detail

      • UpdateKxClusterDatabasesRequest

        public UpdateKxClusterDatabasesRequest()
    • Method Detail

      • setEnvironmentId

        public void setEnvironmentId(String environmentId)

        The unique identifier of a kdb environment.

        Parameters:
        environmentId - The unique identifier of a kdb environment.
      • getEnvironmentId

        public String getEnvironmentId()

        The unique identifier of a kdb environment.

        Returns:
        The unique identifier of a kdb environment.
      • withEnvironmentId

        public UpdateKxClusterDatabasesRequest withEnvironmentId(String environmentId)

        The unique identifier of a kdb environment.

        Parameters:
        environmentId - The unique identifier of a kdb environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setClusterName

        public void setClusterName(String clusterName)

        A unique name for the cluster that you want to modify.

        Parameters:
        clusterName - A unique name for the cluster that you want to modify.
      • getClusterName

        public String getClusterName()

        A unique name for the cluster that you want to modify.

        Returns:
        A unique name for the cluster that you want to modify.
      • withClusterName

        public UpdateKxClusterDatabasesRequest withClusterName(String clusterName)

        A unique name for the cluster that you want to modify.

        Parameters:
        clusterName - A unique name for the cluster that you want to modify.
        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 UpdateKxClusterDatabasesRequest 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.
      • getDatabases

        public List<KxDatabaseConfiguration> getDatabases()

        The structure of databases mounted on the cluster.

        Returns:
        The structure of databases mounted on the cluster.
      • setDatabases

        public void setDatabases(Collection<KxDatabaseConfiguration> databases)

        The structure of databases mounted on the cluster.

        Parameters:
        databases - The structure of databases mounted on the cluster.
      • withDatabases

        public UpdateKxClusterDatabasesRequest withDatabases(Collection<KxDatabaseConfiguration> databases)

        The structure of databases mounted on the cluster.

        Parameters:
        databases - The structure of databases mounted on the cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDeploymentConfiguration

        public void setDeploymentConfiguration(KxDeploymentConfiguration deploymentConfiguration)

        The configuration that allows you to choose how you want to update the databases on a cluster.

        Parameters:
        deploymentConfiguration - The configuration that allows you to choose how you want to update the databases on a cluster.
      • getDeploymentConfiguration

        public KxDeploymentConfiguration getDeploymentConfiguration()

        The configuration that allows you to choose how you want to update the databases on a cluster.

        Returns:
        The configuration that allows you to choose how you want to update the databases on a cluster.
      • withDeploymentConfiguration

        public UpdateKxClusterDatabasesRequest withDeploymentConfiguration(KxDeploymentConfiguration deploymentConfiguration)

        The configuration that allows you to choose how you want to update the databases on a cluster.

        Parameters:
        deploymentConfiguration - The configuration that allows you to choose how you want to update the databases on a cluster.
        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 によって変換されたページ (->オリジナル) /