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.
|
default UpdateKxClusterCodeConfigurationRequest.Builder |
UpdateKxClusterCodeConfigurationRequest.Builder.code(Consumer<CodeConfiguration.Builder> code) |
Sets the value of the Code property for this object.
|
UpdateKxClusterCodeConfigurationRequest.Builder |
UpdateKxClusterCodeConfigurationRequest.Builder.code(CodeConfiguration 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(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateKxClusterCodeConfigurationRequest.Builder |
UpdateKxClusterCodeConfigurationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
UpdateKxClusterCodeConfigurationRequest.Builder |
UpdateKxClusterCodeConfigurationRequest.toBuilder() |
|