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