| 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 |
|---|---|
CreateKxClusterResult |
AWSfinspaceClient.createKxCluster(CreateKxClusterRequest request)
Creates a new kdb cluster.
|
CreateKxClusterResult |
AWSfinspace.createKxCluster(CreateKxClusterRequest createKxClusterRequest)
Creates a new kdb cluster.
|
CreateKxClusterResult |
AbstractAWSfinspace.createKxCluster(CreateKxClusterRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateKxClusterResult> |
AWSfinspaceAsyncClient.createKxClusterAsync(CreateKxClusterRequest request,
AsyncHandler<CreateKxClusterRequest,CreateKxClusterResult> asyncHandler) |
Future<CreateKxClusterResult> |
AWSfinspaceAsync.createKxClusterAsync(CreateKxClusterRequest createKxClusterRequest,
AsyncHandler<CreateKxClusterRequest,CreateKxClusterResult> asyncHandler)
Creates a new kdb cluster.
|
Future<CreateKxClusterResult> |
AbstractAWSfinspaceAsync.createKxClusterAsync(CreateKxClusterRequest request,
AsyncHandler<CreateKxClusterRequest,CreateKxClusterResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateKxClusterResult |
CreateKxClusterResult.clone() |
CreateKxClusterResult |
CreateKxClusterResult.withAutoScalingConfiguration(AutoScalingConfiguration autoScalingConfiguration)
The configuration based on which FinSpace will scale in or scale out nodes in your cluster.
|
CreateKxClusterResult |
CreateKxClusterResult.withAvailabilityZoneId(String availabilityZoneId)
The availability zone identifiers for the requested regions.
|
CreateKxClusterResult |
CreateKxClusterResult.withAzMode(KxAzMode azMode)
The number of availability zones you want to assign per cluster.
|
CreateKxClusterResult |
CreateKxClusterResult.withAzMode(String azMode)
The number of availability zones you want to assign per cluster.
|
CreateKxClusterResult |
CreateKxClusterResult.withCacheStorageConfigurations(Collection<KxCacheStorageConfiguration> cacheStorageConfigurations)
The configurations for a read only cache storage associated with a cluster.
|
CreateKxClusterResult |
CreateKxClusterResult.withCacheStorageConfigurations(KxCacheStorageConfiguration... cacheStorageConfigurations)
The configurations for a read only cache storage associated with a cluster.
|
CreateKxClusterResult |
CreateKxClusterResult.withCapacityConfiguration(CapacityConfiguration capacityConfiguration)
A structure for the metadata of a cluster.
|
CreateKxClusterResult |
CreateKxClusterResult.withClusterDescription(String clusterDescription)
A description of the cluster.
|
CreateKxClusterResult |
CreateKxClusterResult.withClusterName(String clusterName)
A unique name for the cluster.
|
CreateKxClusterResult |
CreateKxClusterResult.withClusterType(KxClusterType clusterType)
Specifies the type of KDB database that is being created.
|
CreateKxClusterResult |
CreateKxClusterResult.withClusterType(String clusterType)
Specifies the type of KDB database that is being created.
|
CreateKxClusterResult |
CreateKxClusterResult.withCode(CodeConfiguration code)
The details of the custom code that you want to use inside a cluster when analyzing a data.
|
CreateKxClusterResult |
CreateKxClusterResult.withCommandLineArguments(Collection<KxCommandLineArgument> commandLineArguments)
Defines the key-value pairs to make them available inside the cluster.
|
CreateKxClusterResult |
CreateKxClusterResult.withCommandLineArguments(KxCommandLineArgument... commandLineArguments)
Defines the key-value pairs to make them available inside the cluster.
|
CreateKxClusterResult |
CreateKxClusterResult.withCreatedTimestamp(Date createdTimestamp)
The timestamp at which the cluster was created in FinSpace.
|
CreateKxClusterResult |
CreateKxClusterResult.withDatabases(Collection<KxDatabaseConfiguration> databases)
A list of databases that will be available for querying.
|
CreateKxClusterResult |
CreateKxClusterResult.withDatabases(KxDatabaseConfiguration... databases)
A list of databases that will be available for querying.
|
CreateKxClusterResult |
CreateKxClusterResult.withEnvironmentId(String environmentId)
A unique identifier for the kdb environment.
|
CreateKxClusterResult |
CreateKxClusterResult.withExecutionRole(String executionRole)
An IAM role that defines a set of permissions associated with a cluster.
|
CreateKxClusterResult |
CreateKxClusterResult.withInitializationScript(String initializationScript)
Specifies a Q program that will be run at launch of a cluster.
|
CreateKxClusterResult |
CreateKxClusterResult.withLastModifiedTimestamp(Date lastModifiedTimestamp)
The last time that the cluster was modified.
|
CreateKxClusterResult |
CreateKxClusterResult.withReleaseLabel(String releaseLabel)
A version of the FinSpace managed kdb to run.
|
CreateKxClusterResult |
CreateKxClusterResult.withSavedownStorageConfiguration(KxSavedownStorageConfiguration savedownStorageConfiguration)
The size and type of the temporary storage that is used to hold data during the savedown process.
|
CreateKxClusterResult |
CreateKxClusterResult.withStatus(KxClusterStatus status)
The status of cluster creation.
|
CreateKxClusterResult |
CreateKxClusterResult.withStatus(String status)
The status of cluster creation.
|
CreateKxClusterResult |
CreateKxClusterResult.withStatusReason(String statusReason)
The error message when a failed state occurs.
|
CreateKxClusterResult |
CreateKxClusterResult.withVpcConfiguration(VpcConfiguration vpcConfiguration)
Configuration details about the network where the Privatelink endpoint of the cluster resides.
|
Copyright © 2023. All rights reserved.