Uses of Interface
software.amazon.awssdk.services.finspace.model.KxDeploymentConfiguration.Builder
-
Packages that use KxDeploymentConfiguration.Builder Package Description software.amazon.awssdk.services.finspace.model -
-
Uses of KxDeploymentConfiguration.Builder in software.amazon.awssdk.services.finspace.model
Methods in software.amazon.awssdk.services.finspace.model that return KxDeploymentConfiguration.Builder Modifier and Type Method Description static KxDeploymentConfiguration.BuilderKxDeploymentConfiguration. builder()KxDeploymentConfiguration.BuilderKxDeploymentConfiguration.Builder. deploymentStrategy(String deploymentStrategy)The type of deployment that you want on a cluster.KxDeploymentConfiguration.BuilderKxDeploymentConfiguration.Builder. deploymentStrategy(KxDeploymentStrategy deploymentStrategy)The type of deployment that you want on a cluster.KxDeploymentConfiguration.BuilderKxDeploymentConfiguration. toBuilder()Methods in software.amazon.awssdk.services.finspace.model that return types with arguments of type KxDeploymentConfiguration.Builder Modifier and Type Method Description static Class<? extends KxDeploymentConfiguration.Builder>KxDeploymentConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.finspace.model with type arguments of type KxDeploymentConfiguration.Builder Modifier and Type Method Description default UpdateKxClusterDatabasesRequest.BuilderUpdateKxClusterDatabasesRequest.Builder. deploymentConfiguration(Consumer<KxDeploymentConfiguration.Builder> deploymentConfiguration)The configuration that allows you to choose how you want to update the databases on a cluster.
-