Uses of Class
software.amazon.awscdk.services.sagemaker.CfnCluster.DeploymentConfigProperty.Builder
Packages that use CfnCluster.DeploymentConfigProperty.Builder
-
Uses of CfnCluster.DeploymentConfigProperty.Builder in software.amazon.awscdk.services.sagemaker
Methods in software.amazon.awscdk.services.sagemaker that return CfnCluster.DeploymentConfigProperty.BuilderModifier and TypeMethodDescriptionCfnCluster.DeploymentConfigProperty.Builder.autoRollbackConfiguration
(List<? extends Object> autoRollbackConfiguration) Sets the value ofCfnCluster.DeploymentConfigProperty.getAutoRollbackConfiguration()
CfnCluster.DeploymentConfigProperty.Builder.autoRollbackConfiguration
(IResolvable autoRollbackConfiguration) Sets the value ofCfnCluster.DeploymentConfigProperty.getAutoRollbackConfiguration()
CfnCluster.DeploymentConfigProperty.builder()
CfnCluster.DeploymentConfigProperty.Builder.rollingUpdatePolicy
(IResolvable rollingUpdatePolicy) Sets the value ofCfnCluster.DeploymentConfigProperty.getRollingUpdatePolicy()
CfnCluster.DeploymentConfigProperty.Builder.rollingUpdatePolicy
(CfnCluster.RollingUpdatePolicyProperty rollingUpdatePolicy) Sets the value ofCfnCluster.DeploymentConfigProperty.getRollingUpdatePolicy()
CfnCluster.DeploymentConfigProperty.Builder.waitIntervalInSeconds
(Number waitIntervalInSeconds) Sets the value ofCfnCluster.DeploymentConfigProperty.getWaitIntervalInSeconds()
Constructors in software.amazon.awscdk.services.sagemaker with parameters of type CfnCluster.DeploymentConfigProperty.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnCluster.DeploymentConfigProperty.Builder
.