| Package | Description |
|---|---|
| com.amazonaws.services.finspace.model |
| Modifier and Type | Method and Description |
|---|---|
KxScalingGroup |
KxScalingGroup.clone() |
KxScalingGroup |
KxScalingGroup.withAvailabilityZoneId(String availabilityZoneId)
The identifier of the availability zones.
|
KxScalingGroup |
KxScalingGroup.withClusters(Collection<String> clusters)
The list of clusters currently active in a given scaling group.
|
KxScalingGroup |
KxScalingGroup.withClusters(String... clusters)
The list of clusters currently active in a given scaling group.
|
KxScalingGroup |
KxScalingGroup.withCreatedTimestamp(Date createdTimestamp)
The timestamp at which the scaling group was created in FinSpace.
|
KxScalingGroup |
KxScalingGroup.withHostType(String hostType)
The memory and CPU capabilities of the scaling group host on which FinSpace Managed kdb clusters will be placed.
|
KxScalingGroup |
KxScalingGroup.withLastModifiedTimestamp(Date lastModifiedTimestamp)
The last time that the scaling group was updated in FinSpace.
|
KxScalingGroup |
KxScalingGroup.withScalingGroupName(String scalingGroupName)
A unique identifier for the kdb scaling group.
|
KxScalingGroup |
KxScalingGroup.withStatus(KxScalingGroupStatus status)
The status of scaling groups.
|
KxScalingGroup |
KxScalingGroup.withStatus(String status)
The status of scaling groups.
|
KxScalingGroup |
KxScalingGroup.withStatusReason(String statusReason)
The error message when a failed state occurs.
|
| Modifier and Type | Method and Description |
|---|---|
List<KxScalingGroup> |
ListKxScalingGroupsResult.getScalingGroups()
A list of scaling groups available in a kdb environment.
|
| Modifier and Type | Method and Description |
|---|---|
ListKxScalingGroupsResult |
ListKxScalingGroupsResult.withScalingGroups(KxScalingGroup... scalingGroups)
A list of scaling groups available in a kdb environment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListKxScalingGroupsResult.setScalingGroups(Collection<KxScalingGroup> scalingGroups)
A list of scaling groups available in a kdb environment.
|
ListKxScalingGroupsResult |
ListKxScalingGroupsResult.withScalingGroups(Collection<KxScalingGroup> scalingGroups)
A list of scaling groups available in a kdb environment.
|
Copyright © 2024. All rights reserved.