| Package | Description |
|---|---|
| software.amazon.awssdk.services.finspace.model |
| Modifier and Type | Method and Description |
|---|---|
List<KxCommandLineArgument> |
GetKxClusterResponse.commandLineArguments()
Defines key-value pairs to make them available inside the cluster.
|
List<KxCommandLineArgument> |
CreateKxClusterRequest.commandLineArguments()
Defines the key-value pairs to make them available inside the cluster.
|
List<KxCommandLineArgument> |
CreateKxClusterResponse.commandLineArguments()
Defines the key-value pairs to make them available inside the cluster.
|
List<KxCommandLineArgument> |
UpdateKxClusterCodeConfigurationRequest.commandLineArguments()
Specifies the key-value pairs to make them available inside the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
GetKxClusterResponse.Builder |
GetKxClusterResponse.Builder.commandLineArguments(KxCommandLineArgument... commandLineArguments)
Defines key-value pairs to make them available inside the cluster.
|
CreateKxClusterRequest.Builder |
CreateKxClusterRequest.Builder.commandLineArguments(KxCommandLineArgument... commandLineArguments)
Defines the key-value pairs to make them available inside the cluster.
|
CreateKxClusterResponse.Builder |
CreateKxClusterResponse.Builder.commandLineArguments(KxCommandLineArgument... commandLineArguments)
Defines 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.
|
| Modifier and Type | Method and Description |
|---|---|
GetKxClusterResponse.Builder |
GetKxClusterResponse.Builder.commandLineArguments(Collection<KxCommandLineArgument> commandLineArguments)
Defines key-value pairs to make them available inside the cluster.
|
CreateKxClusterRequest.Builder |
CreateKxClusterRequest.Builder.commandLineArguments(Collection<KxCommandLineArgument> commandLineArguments)
Defines the key-value pairs to make them available inside the cluster.
|
CreateKxClusterResponse.Builder |
CreateKxClusterResponse.Builder.commandLineArguments(Collection<KxCommandLineArgument> commandLineArguments)
Defines the key-value pairs to make them available inside the cluster.
|
UpdateKxClusterCodeConfigurationRequest.Builder |
UpdateKxClusterCodeConfigurationRequest.Builder.commandLineArguments(Collection<KxCommandLineArgument> commandLineArguments)
Specifies the key-value pairs to make them available inside the cluster.
|
Copyright © 2023. All rights reserved.