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