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 UpdateKxClusterCodeConfigurationRequest

    • Constructor Detail

      • UpdateKxClusterCodeConfigurationRequest

        public UpdateKxClusterCodeConfigurationRequest()
    • Method Detail

      • setEnvironmentId

        public void setEnvironmentId(String environmentId)

        A unique identifier of the kdb environment.

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

        public String getEnvironmentId()

        A unique identifier of the kdb environment.

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

        public UpdateKxClusterCodeConfigurationRequest withEnvironmentId(String environmentId)

        A unique identifier of the kdb environment.

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

        public void setClusterName(String clusterName)

        The name of the cluster.

        Parameters:
        clusterName - The name of the cluster.
      • getClusterName

        public String getClusterName()

        The name of the cluster.

        Returns:
        The name of the cluster.
      • withClusterName

        public UpdateKxClusterCodeConfigurationRequest withClusterName(String clusterName)

        The name of the cluster.

        Parameters:
        clusterName - The name of the cluster.
        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 UpdateKxClusterCodeConfigurationRequest 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.
      • setInitializationScript

        public void setInitializationScript(String initializationScript)

        Specifies a Q program that will be run at launch of a cluster. It is a relative path within .zip file that contains the custom code, which will be loaded on the cluster. It must include the file name itself. For example, somedir/init.q.

        You cannot update this parameter for a NO_RESTART deployment.

        Parameters:
        initializationScript - Specifies a Q program that will be run at launch of a cluster. It is a relative path within .zip file that contains the custom code, which will be loaded on the cluster. It must include the file name itself. For example, somedir/init.q.

        You cannot update this parameter for a NO_RESTART deployment.

      • getInitializationScript

        public String getInitializationScript()

        Specifies a Q program that will be run at launch of a cluster. It is a relative path within .zip file that contains the custom code, which will be loaded on the cluster. It must include the file name itself. For example, somedir/init.q.

        You cannot update this parameter for a NO_RESTART deployment.

        Returns:
        Specifies a Q program that will be run at launch of a cluster. It is a relative path within .zip file that contains the custom code, which will be loaded on the cluster. It must include the file name itself. For example, somedir/init.q.

        You cannot update this parameter for a NO_RESTART deployment.

      • withInitializationScript

        public UpdateKxClusterCodeConfigurationRequest withInitializationScript(String initializationScript)

        Specifies a Q program that will be run at launch of a cluster. It is a relative path within .zip file that contains the custom code, which will be loaded on the cluster. It must include the file name itself. For example, somedir/init.q.

        You cannot update this parameter for a NO_RESTART deployment.

        Parameters:
        initializationScript - Specifies a Q program that will be run at launch of a cluster. It is a relative path within .zip file that contains the custom code, which will be loaded on the cluster. It must include the file name itself. For example, somedir/init.q.

        You cannot update this parameter for a NO_RESTART deployment.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getCommandLineArguments

        public List<KxCommandLineArgument> getCommandLineArguments()

        Specifies the key-value pairs to make them available inside the cluster.

        You cannot update this parameter for a NO_RESTART deployment.

        Returns:
        Specifies the key-value pairs to make them available inside the cluster.

        You cannot update this parameter for a NO_RESTART deployment.

      • setCommandLineArguments

        public void setCommandLineArguments(Collection<KxCommandLineArgument> commandLineArguments)

        Specifies the key-value pairs to make them available inside the cluster.

        You cannot update this parameter for a NO_RESTART deployment.

        Parameters:
        commandLineArguments - Specifies the key-value pairs to make them available inside the cluster.

        You cannot update this parameter for a NO_RESTART deployment.

      • withCommandLineArguments

        public UpdateKxClusterCodeConfigurationRequest withCommandLineArguments(Collection<KxCommandLineArgument> commandLineArguments)

        Specifies the key-value pairs to make them available inside the cluster.

        You cannot update this parameter for a NO_RESTART deployment.

        Parameters:
        commandLineArguments - Specifies the key-value pairs to make them available inside the cluster.

        You cannot update this parameter for a NO_RESTART deployment.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDeploymentConfiguration

        public void setDeploymentConfiguration(KxClusterCodeDeploymentConfiguration deploymentConfiguration)

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

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

        public KxClusterCodeDeploymentConfiguration getDeploymentConfiguration()

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

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

        public UpdateKxClusterCodeConfigurationRequest withDeploymentConfiguration(KxClusterCodeDeploymentConfiguration deploymentConfiguration)

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

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