| Package | Description |
|---|---|
| com.amazonaws.services.finspace |
The FinSpace management service provides the APIs for managing FinSpace environments.
|
| com.amazonaws.services.finspace.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateKxClusterCodeConfigurationRequest |
UpdateKxClusterCodeConfigurationRequest.clone() |
UpdateKxClusterCodeConfigurationRequest |
UpdateKxClusterCodeConfigurationRequest.withClientToken(String clientToken)
A token that ensures idempotency.
|
UpdateKxClusterCodeConfigurationRequest |
UpdateKxClusterCodeConfigurationRequest.withClusterName(String clusterName)
The name of the cluster.
|
UpdateKxClusterCodeConfigurationRequest |
UpdateKxClusterCodeConfigurationRequest.withCode(CodeConfiguration code) |
UpdateKxClusterCodeConfigurationRequest |
UpdateKxClusterCodeConfigurationRequest.withCommandLineArguments(Collection<KxCommandLineArgument> commandLineArguments)
Specifies the key-value pairs to make them available inside the cluster.
|
UpdateKxClusterCodeConfigurationRequest |
UpdateKxClusterCodeConfigurationRequest.withCommandLineArguments(KxCommandLineArgument... commandLineArguments)
Specifies the key-value pairs to make them available inside the cluster.
|
UpdateKxClusterCodeConfigurationRequest |
UpdateKxClusterCodeConfigurationRequest.withDeploymentConfiguration(KxClusterCodeDeploymentConfiguration deploymentConfiguration)
The configuration that allows you to choose how you want to update the code on a cluster.
|
UpdateKxClusterCodeConfigurationRequest |
UpdateKxClusterCodeConfigurationRequest.withEnvironmentId(String environmentId)
A unique identifier of the kdb environment.
|
UpdateKxClusterCodeConfigurationRequest |
UpdateKxClusterCodeConfigurationRequest.withInitializationScript(String initializationScript)
Specifies a Q program that will be run at launch of a cluster.
|
Copyright © 2024. All rights reserved.