| Package | Description |
|---|---|
| software.amazon.awssdk.services.finspace.model |
| Modifier and Type | Method and Description |
|---|---|
CreateKxClusterResponse.Builder |
CreateKxClusterResponse.Builder.autoScalingConfiguration(AutoScalingConfiguration autoScalingConfiguration)
The configuration based on which FinSpace will scale in or scale out nodes in your cluster.
|
default CreateKxClusterResponse.Builder |
CreateKxClusterResponse.Builder.autoScalingConfiguration(Consumer<AutoScalingConfiguration.Builder> autoScalingConfiguration)
The configuration based on which FinSpace will scale in or scale out nodes in your cluster.
|
CreateKxClusterResponse.Builder |
CreateKxClusterResponse.Builder.availabilityZoneId(String availabilityZoneId)
The availability zone identifiers for the requested regions.
|
CreateKxClusterResponse.Builder |
CreateKxClusterResponse.Builder.azMode(KxAzMode azMode)
The number of availability zones you want to assign per cluster.
|
CreateKxClusterResponse.Builder |
CreateKxClusterResponse.Builder.azMode(String azMode)
The number of availability zones you want to assign per cluster.
|
static CreateKxClusterResponse.Builder |
CreateKxClusterResponse.builder() |
CreateKxClusterResponse.Builder |
CreateKxClusterResponse.Builder.cacheStorageConfigurations(Collection<KxCacheStorageConfiguration> cacheStorageConfigurations)
The configurations for a read only cache storage associated with a cluster.
|
CreateKxClusterResponse.Builder |
CreateKxClusterResponse.Builder.cacheStorageConfigurations(Consumer<KxCacheStorageConfiguration.Builder>... cacheStorageConfigurations)
The configurations for a read only cache storage associated with a cluster.
|
CreateKxClusterResponse.Builder |
CreateKxClusterResponse.Builder.cacheStorageConfigurations(KxCacheStorageConfiguration... cacheStorageConfigurations)
The configurations for a read only cache storage associated with a cluster.
|
CreateKxClusterResponse.Builder |
CreateKxClusterResponse.Builder.capacityConfiguration(CapacityConfiguration capacityConfiguration)
A structure for the metadata of a cluster.
|
default CreateKxClusterResponse.Builder |
CreateKxClusterResponse.Builder.capacityConfiguration(Consumer<CapacityConfiguration.Builder> capacityConfiguration)
A structure for the metadata of a cluster.
|
CreateKxClusterResponse.Builder |
CreateKxClusterResponse.Builder.clusterDescription(String clusterDescription)
A description of the cluster.
|
CreateKxClusterResponse.Builder |
CreateKxClusterResponse.Builder.clusterName(String clusterName)
A unique name for the cluster.
|
CreateKxClusterResponse.Builder |
CreateKxClusterResponse.Builder.clusterType(KxClusterType clusterType)
Specifies the type of KDB database that is being created.
|
CreateKxClusterResponse.Builder |
CreateKxClusterResponse.Builder.clusterType(String clusterType)
Specifies the type of KDB database that is being created.
|
CreateKxClusterResponse.Builder |
CreateKxClusterResponse.Builder.code(CodeConfiguration code)
The details of the custom code that you want to use inside a cluster when analyzing a data.
|
default CreateKxClusterResponse.Builder |
CreateKxClusterResponse.Builder.code(Consumer<CodeConfiguration.Builder> code)
The details of the custom code that you want to use inside a cluster when analyzing a data.
|
CreateKxClusterResponse.Builder |
CreateKxClusterResponse.Builder.commandLineArguments(Collection<KxCommandLineArgument> commandLineArguments)
Defines the key-value pairs to make them available inside the cluster.
|
CreateKxClusterResponse.Builder |
CreateKxClusterResponse.Builder.commandLineArguments(Consumer<KxCommandLineArgument.Builder>... 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.
|
CreateKxClusterResponse.Builder |
CreateKxClusterResponse.Builder.createdTimestamp(Instant createdTimestamp)
The timestamp at which the cluster was created in FinSpace.
|
CreateKxClusterResponse.Builder |
CreateKxClusterResponse.Builder.databases(Collection<KxDatabaseConfiguration> databases)
A list of databases that will be available for querying.
|
CreateKxClusterResponse.Builder |
CreateKxClusterResponse.Builder.databases(Consumer<KxDatabaseConfiguration.Builder>... databases)
A list of databases that will be available for querying.
|
CreateKxClusterResponse.Builder |
CreateKxClusterResponse.Builder.databases(KxDatabaseConfiguration... databases)
A list of databases that will be available for querying.
|
CreateKxClusterResponse.Builder |
CreateKxClusterResponse.Builder.environmentId(String environmentId)
A unique identifier for the kdb environment.
|
CreateKxClusterResponse.Builder |
CreateKxClusterResponse.Builder.executionRole(String executionRole)
An IAM role that defines a set of permissions associated with a cluster.
|
CreateKxClusterResponse.Builder |
CreateKxClusterResponse.Builder.initializationScript(String initializationScript)
Specifies a Q program that will be run at launch of a cluster.
|
CreateKxClusterResponse.Builder |
CreateKxClusterResponse.Builder.lastModifiedTimestamp(Instant lastModifiedTimestamp)
The last time that the cluster was modified.
|
CreateKxClusterResponse.Builder |
CreateKxClusterResponse.Builder.releaseLabel(String releaseLabel)
A version of the FinSpace managed kdb to run.
|
default CreateKxClusterResponse.Builder |
CreateKxClusterResponse.Builder.savedownStorageConfiguration(Consumer<KxSavedownStorageConfiguration.Builder> savedownStorageConfiguration)
The size and type of the temporary storage that is used to hold data during the savedown process.
|
CreateKxClusterResponse.Builder |
CreateKxClusterResponse.Builder.savedownStorageConfiguration(KxSavedownStorageConfiguration savedownStorageConfiguration)
The size and type of the temporary storage that is used to hold data during the savedown process.
|
CreateKxClusterResponse.Builder |
CreateKxClusterResponse.Builder.status(KxClusterStatus status)
The status of cluster creation.
|
CreateKxClusterResponse.Builder |
CreateKxClusterResponse.Builder.status(String status)
The status of cluster creation.
|
CreateKxClusterResponse.Builder |
CreateKxClusterResponse.Builder.statusReason(String statusReason)
The error message when a failed state occurs.
|
CreateKxClusterResponse.Builder |
CreateKxClusterResponse.toBuilder() |
default CreateKxClusterResponse.Builder |
CreateKxClusterResponse.Builder.vpcConfiguration(Consumer<VpcConfiguration.Builder> vpcConfiguration)
Configuration details about the network where the Privatelink endpoint of the cluster resides.
|
CreateKxClusterResponse.Builder |
CreateKxClusterResponse.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 CreateKxClusterResponse.Builder> |
CreateKxClusterResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.