| Package | Description |
|---|---|
| software.amazon.awssdk.services.finspace |
The FinSpace management service provides the APIs for managing FinSpace environments.
|
| software.amazon.awssdk.services.finspace.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateKxClusterCodeConfigurationResponse |
FinspaceClient.updateKxClusterCodeConfiguration(Consumer<UpdateKxClusterCodeConfigurationRequest.Builder> updateKxClusterCodeConfigurationRequest)
Allows you to update code configuration on a running cluster.
|
default CompletableFuture<UpdateKxClusterCodeConfigurationResponse> |
FinspaceAsyncClient.updateKxClusterCodeConfiguration(Consumer<UpdateKxClusterCodeConfigurationRequest.Builder> updateKxClusterCodeConfigurationRequest)
Allows you to update code configuration on a running cluster.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateKxClusterCodeConfigurationRequest.Builder |
UpdateKxClusterCodeConfigurationRequest.builder() |
UpdateKxClusterCodeConfigurationRequest.Builder |
UpdateKxClusterCodeConfigurationRequest.Builder.clientToken(String clientToken)
A token that ensures idempotency.
|
UpdateKxClusterCodeConfigurationRequest.Builder |
UpdateKxClusterCodeConfigurationRequest.Builder.clusterName(String clusterName)
The name of the cluster.
|
UpdateKxClusterCodeConfigurationRequest.Builder |
UpdateKxClusterCodeConfigurationRequest.Builder.code(CodeConfiguration code)
Sets the value of the Code property for this object.
|
default UpdateKxClusterCodeConfigurationRequest.Builder |
UpdateKxClusterCodeConfigurationRequest.Builder.code(Consumer<CodeConfiguration.Builder> code)
Sets the value of the Code property for this object.
|
UpdateKxClusterCodeConfigurationRequest.Builder |
UpdateKxClusterCodeConfigurationRequest.Builder.commandLineArguments(Collection<KxCommandLineArgument> commandLineArguments)
Specifies the key-value pairs to make them available inside the cluster.
|
UpdateKxClusterCodeConfigurationRequest.Builder |
UpdateKxClusterCodeConfigurationRequest.Builder.commandLineArguments(Consumer<KxCommandLineArgument.Builder>... commandLineArguments)
Specifies the key-value pairs to make them available inside the cluster.
|
UpdateKxClusterCodeConfigurationRequest.Builder |
UpdateKxClusterCodeConfigurationRequest.Builder.commandLineArguments(KxCommandLineArgument... commandLineArguments)
Specifies the key-value pairs to make them available inside the cluster.
|
default UpdateKxClusterCodeConfigurationRequest.Builder |
UpdateKxClusterCodeConfigurationRequest.Builder.deploymentConfiguration(Consumer<KxClusterCodeDeploymentConfiguration.Builder> deploymentConfiguration)
The configuration that allows you to choose how you want to update the code on a cluster.
|
UpdateKxClusterCodeConfigurationRequest.Builder |
UpdateKxClusterCodeConfigurationRequest.Builder.deploymentConfiguration(KxClusterCodeDeploymentConfiguration deploymentConfiguration)
The configuration that allows you to choose how you want to update the code on a cluster.
|
UpdateKxClusterCodeConfigurationRequest.Builder |
UpdateKxClusterCodeConfigurationRequest.Builder.environmentId(String environmentId)
A unique identifier of the kdb environment.
|
UpdateKxClusterCodeConfigurationRequest.Builder |
UpdateKxClusterCodeConfigurationRequest.Builder.initializationScript(String initializationScript)
Specifies a Q program that will be run at launch of a cluster.
|
UpdateKxClusterCodeConfigurationRequest.Builder |
UpdateKxClusterCodeConfigurationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateKxClusterCodeConfigurationRequest.Builder |
UpdateKxClusterCodeConfigurationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateKxClusterCodeConfigurationRequest.Builder |
UpdateKxClusterCodeConfigurationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateKxClusterCodeConfigurationRequest.Builder> |
UpdateKxClusterCodeConfigurationRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.