Class KxDeploymentConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.finspace.model.KxDeploymentConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<KxDeploymentConfiguration.Builder,KxDeploymentConfiguration>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceKxDeploymentConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static KxDeploymentConfiguration.Builderbuilder()KxDeploymentStrategydeploymentStrategy()The type of deployment that you want on a cluster.StringdeploymentStrategyAsString()The type of deployment that you want on a cluster.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends KxDeploymentConfiguration.Builder>serializableBuilderClass()KxDeploymentConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
deploymentStrategy
public 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
HDBtype 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
initializationScriptandcommandLineArgumentsparameters.
If the service returns an enum value that is not available in the current SDK version,
deploymentStrategywill returnKxDeploymentStrategy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdeploymentStrategyAsString().- Returns:
- 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
HDBtype 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
initializationScriptandcommandLineArgumentsparameters.
-
- See Also:
KxDeploymentStrategy
-
-
deploymentStrategyAsString
public 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
HDBtype 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
initializationScriptandcommandLineArgumentsparameters.
If the service returns an enum value that is not available in the current SDK version,
deploymentStrategywill returnKxDeploymentStrategy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdeploymentStrategyAsString().- Returns:
- 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
HDBtype 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
initializationScriptandcommandLineArgumentsparameters.
-
- See Also:
KxDeploymentStrategy
-
-
toBuilder
public KxDeploymentConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<KxDeploymentConfiguration.Builder,KxDeploymentConfiguration>
-
builder
public static KxDeploymentConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends KxDeploymentConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-