| 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 CreateKxClusterResponse |
FinspaceClient.createKxCluster(Consumer<CreateKxClusterRequest.Builder> createKxClusterRequest)
Creates a new kdb cluster.
|
default CompletableFuture<CreateKxClusterResponse> |
FinspaceAsyncClient.createKxCluster(Consumer<CreateKxClusterRequest.Builder> createKxClusterRequest)
Creates a new kdb cluster.
|
| Modifier and Type | Method and Description |
|---|---|
CreateKxClusterRequest.Builder |
CreateKxClusterRequest.Builder.autoScalingConfiguration(AutoScalingConfiguration autoScalingConfiguration)
The configuration based on which FinSpace will scale in or scale out nodes in your cluster.
|
default CreateKxClusterRequest.Builder |
CreateKxClusterRequest.Builder.autoScalingConfiguration(Consumer<AutoScalingConfiguration.Builder> autoScalingConfiguration)
The configuration based on which FinSpace will scale in or scale out nodes in your cluster.
|
CreateKxClusterRequest.Builder |
CreateKxClusterRequest.Builder.availabilityZoneId(String availabilityZoneId)
The availability zone identifiers for the requested regions.
|
CreateKxClusterRequest.Builder |
CreateKxClusterRequest.Builder.azMode(KxAzMode azMode)
The number of availability zones you want to assign per cluster.
|
CreateKxClusterRequest.Builder |
CreateKxClusterRequest.Builder.azMode(String azMode)
The number of availability zones you want to assign per cluster.
|
static CreateKxClusterRequest.Builder |
CreateKxClusterRequest.builder() |
CreateKxClusterRequest.Builder |
CreateKxClusterRequest.Builder.cacheStorageConfigurations(Collection<KxCacheStorageConfiguration> cacheStorageConfigurations)
The configurations for a read only cache storage associated with a cluster.
|
CreateKxClusterRequest.Builder |
CreateKxClusterRequest.Builder.cacheStorageConfigurations(Consumer<KxCacheStorageConfiguration.Builder>... cacheStorageConfigurations)
The configurations for a read only cache storage associated with a cluster.
|
CreateKxClusterRequest.Builder |
CreateKxClusterRequest.Builder.cacheStorageConfigurations(KxCacheStorageConfiguration... cacheStorageConfigurations)
The configurations for a read only cache storage associated with a cluster.
|
CreateKxClusterRequest.Builder |
CreateKxClusterRequest.Builder.capacityConfiguration(CapacityConfiguration capacityConfiguration)
A structure for the metadata of a cluster.
|
default CreateKxClusterRequest.Builder |
CreateKxClusterRequest.Builder.capacityConfiguration(Consumer<CapacityConfiguration.Builder> capacityConfiguration)
A structure for the metadata of a cluster.
|
CreateKxClusterRequest.Builder |
CreateKxClusterRequest.Builder.clientToken(String clientToken)
A token that ensures idempotency.
|
CreateKxClusterRequest.Builder |
CreateKxClusterRequest.Builder.clusterDescription(String clusterDescription)
A description of the cluster.
|
CreateKxClusterRequest.Builder |
CreateKxClusterRequest.Builder.clusterName(String clusterName)
A unique name for the cluster that you want to create.
|
CreateKxClusterRequest.Builder |
CreateKxClusterRequest.Builder.clusterType(KxClusterType clusterType)
Specifies the type of KDB database that is being created.
|
CreateKxClusterRequest.Builder |
CreateKxClusterRequest.Builder.clusterType(String clusterType)
Specifies the type of KDB database that is being created.
|
CreateKxClusterRequest.Builder |
CreateKxClusterRequest.Builder.code(CodeConfiguration code)
The details of the custom code that you want to use inside a cluster when analyzing a data.
|
default CreateKxClusterRequest.Builder |
CreateKxClusterRequest.Builder.code(Consumer<CodeConfiguration.Builder> code)
The details of the custom code that you want to use inside a cluster when analyzing a data.
|
CreateKxClusterRequest.Builder |
CreateKxClusterRequest.Builder.commandLineArguments(Collection<KxCommandLineArgument> commandLineArguments)
Defines the key-value pairs to make them available inside the cluster.
|
CreateKxClusterRequest.Builder |
CreateKxClusterRequest.Builder.commandLineArguments(Consumer<KxCommandLineArgument.Builder>... commandLineArguments)
Defines the 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.
|
CreateKxClusterRequest.Builder |
CreateKxClusterRequest.Builder.databases(Collection<KxDatabaseConfiguration> databases)
A list of databases that will be available for querying.
|
CreateKxClusterRequest.Builder |
CreateKxClusterRequest.Builder.databases(Consumer<KxDatabaseConfiguration.Builder>... databases)
A list of databases that will be available for querying.
|
CreateKxClusterRequest.Builder |
CreateKxClusterRequest.Builder.databases(KxDatabaseConfiguration... databases)
A list of databases that will be available for querying.
|
CreateKxClusterRequest.Builder |
CreateKxClusterRequest.Builder.environmentId(String environmentId)
A unique identifier for the kdb environment.
|
CreateKxClusterRequest.Builder |
CreateKxClusterRequest.Builder.executionRole(String executionRole)
An IAM role that defines a set of permissions associated with a cluster.
|
CreateKxClusterRequest.Builder |
CreateKxClusterRequest.Builder.initializationScript(String initializationScript)
Specifies a Q program that will be run at launch of a cluster.
|
CreateKxClusterRequest.Builder |
CreateKxClusterRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateKxClusterRequest.Builder |
CreateKxClusterRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateKxClusterRequest.Builder |
CreateKxClusterRequest.Builder.releaseLabel(String releaseLabel)
The version of FinSpace managed kdb to run.
|
default CreateKxClusterRequest.Builder |
CreateKxClusterRequest.Builder.savedownStorageConfiguration(Consumer<KxSavedownStorageConfiguration.Builder> savedownStorageConfiguration)
The size and type of the temporary storage that is used to hold data during the savedown process.
|
CreateKxClusterRequest.Builder |
CreateKxClusterRequest.Builder.savedownStorageConfiguration(KxSavedownStorageConfiguration savedownStorageConfiguration)
The size and type of the temporary storage that is used to hold data during the savedown process.
|
CreateKxClusterRequest.Builder |
CreateKxClusterRequest.Builder.tags(Map<String,String> tags)
A list of key-value pairs to label the cluster.
|
CreateKxClusterRequest.Builder |
CreateKxClusterRequest.toBuilder() |
default CreateKxClusterRequest.Builder |
CreateKxClusterRequest.Builder.vpcConfiguration(Consumer<VpcConfiguration.Builder> vpcConfiguration)
Configuration details about the network where the Privatelink endpoint of the cluster resides.
|
CreateKxClusterRequest.Builder |
CreateKxClusterRequest.Builder.vpcConfiguration(VpcConfiguration vpcConfiguration)
Configuration details about the network where the Privatelink endpoint of the cluster resides.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateKxClusterRequest.Builder> |
CreateKxClusterRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.