Uses of Class
software.amazon.awscdk.services.sagemaker.CfnEndpoint.DeploymentConfigProperty.Builder
-
Uses of CfnEndpoint.DeploymentConfigProperty.Builder in software.amazon.awscdk.services.sagemaker
Modifier and TypeMethodDescriptionCfnEndpoint.DeploymentConfigProperty.Builder.autoRollbackConfiguration
(IResolvable autoRollbackConfiguration) Sets the value ofCfnEndpoint.DeploymentConfigProperty.getAutoRollbackConfiguration()
CfnEndpoint.DeploymentConfigProperty.Builder.autoRollbackConfiguration
(CfnEndpoint.AutoRollbackConfigProperty autoRollbackConfiguration) Sets the value ofCfnEndpoint.DeploymentConfigProperty.getAutoRollbackConfiguration()
CfnEndpoint.DeploymentConfigProperty.Builder.blueGreenUpdatePolicy
(IResolvable blueGreenUpdatePolicy) Sets the value ofCfnEndpoint.DeploymentConfigProperty.getBlueGreenUpdatePolicy()
CfnEndpoint.DeploymentConfigProperty.Builder.blueGreenUpdatePolicy
(CfnEndpoint.BlueGreenUpdatePolicyProperty blueGreenUpdatePolicy) Sets the value ofCfnEndpoint.DeploymentConfigProperty.getBlueGreenUpdatePolicy()
CfnEndpoint.DeploymentConfigProperty.builder()
CfnEndpoint.DeploymentConfigProperty.Builder.rollingUpdatePolicy
(IResolvable rollingUpdatePolicy) Sets the value ofCfnEndpoint.DeploymentConfigProperty.getRollingUpdatePolicy()
CfnEndpoint.DeploymentConfigProperty.Builder.rollingUpdatePolicy
(CfnEndpoint.RollingUpdatePolicyProperty rollingUpdatePolicy) Sets the value ofCfnEndpoint.DeploymentConfigProperty.getRollingUpdatePolicy()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnEndpoint.DeploymentConfigProperty.Builder
.