@Generated(value="software.amazon.awssdk:codegen") public final class KxDeploymentConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<KxDeploymentConfiguration.Builder,KxDeploymentConfiguration>
The configuration that allows you to choose how you want to update the databases on a cluster. Depending on the option you choose, you can reduce the time it takes to update the cluster.
| Modifier and Type | Class and Description |
|---|---|
static interface |
KxDeploymentConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static KxDeploymentConfiguration.Builder |
builder() |
KxDeploymentStrategy |
deploymentStrategy()
The type of deployment that you want on a cluster.
|
String |
deploymentStrategyAsString()
The type of deployment that you want on a cluster.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends KxDeploymentConfiguration.Builder> |
serializableBuilderClass() |
KxDeploymentConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final KxDeploymentStrategy deploymentStrategy()
The type of deployment that you want on a cluster.
ROLLING – This options updates the cluster by stopping the exiting q process and starting a new q process with updated configuration.
NO_RESTART – This option updates the cluster without stopping the running q process. It is only available for
HDB type cluster. This option is quicker as it reduces the turn around time to update configuration
on a cluster.
With this deployment mode, you cannot update the initializationScript and
commandLineArguments parameters.
If the service returns an enum value that is not available in the current SDK version,
deploymentStrategy will return KxDeploymentStrategy.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from deploymentStrategyAsString().
ROLLING – This options updates the cluster by stopping the exiting q process and starting a new q process with updated configuration.
NO_RESTART – This option updates the cluster without stopping the running q process. It is only available
for HDB type cluster. This option is quicker as it reduces the turn around time to update
configuration on a cluster.
With this deployment mode, you cannot update the initializationScript and
commandLineArguments parameters.
KxDeploymentStrategypublic final String deploymentStrategyAsString()
The type of deployment that you want on a cluster.
ROLLING – This options updates the cluster by stopping the exiting q process and starting a new q process with updated configuration.
NO_RESTART – This option updates the cluster without stopping the running q process. It is only available for
HDB type cluster. This option is quicker as it reduces the turn around time to update configuration
on a cluster.
With this deployment mode, you cannot update the initializationScript and
commandLineArguments parameters.
If the service returns an enum value that is not available in the current SDK version,
deploymentStrategy will return KxDeploymentStrategy.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from deploymentStrategyAsString().
ROLLING – This options updates the cluster by stopping the exiting q process and starting a new q process with updated configuration.
NO_RESTART – This option updates the cluster without stopping the running q process. It is only available
for HDB type cluster. This option is quicker as it reduces the turn around time to update
configuration on a cluster.
With this deployment mode, you cannot update the initializationScript and
commandLineArguments parameters.
KxDeploymentStrategypublic KxDeploymentConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<KxDeploymentConfiguration.Builder,KxDeploymentConfiguration>public static KxDeploymentConfiguration.Builder builder()
public static Class<? extends KxDeploymentConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.