Uses of Class
software.amazon.awscdk.services.sagemaker.CfnEndpoint.RollingUpdatePolicyProperty.Builder
-
Uses of CfnEndpoint.RollingUpdatePolicyProperty.Builder in software.amazon.awscdk.services.sagemaker
Modifier and TypeMethodDescriptionCfnEndpoint.RollingUpdatePolicyProperty.builder()
CfnEndpoint.RollingUpdatePolicyProperty.Builder.maximumBatchSize
(IResolvable maximumBatchSize) Sets the value ofCfnEndpoint.RollingUpdatePolicyProperty.getMaximumBatchSize()
CfnEndpoint.RollingUpdatePolicyProperty.Builder.maximumBatchSize
(CfnEndpoint.CapacitySizeProperty maximumBatchSize) Sets the value ofCfnEndpoint.RollingUpdatePolicyProperty.getMaximumBatchSize()
CfnEndpoint.RollingUpdatePolicyProperty.Builder.maximumExecutionTimeoutInSeconds
(Number maximumExecutionTimeoutInSeconds) CfnEndpoint.RollingUpdatePolicyProperty.Builder.rollbackMaximumBatchSize
(IResolvable rollbackMaximumBatchSize) Sets the value ofCfnEndpoint.RollingUpdatePolicyProperty.getRollbackMaximumBatchSize()
CfnEndpoint.RollingUpdatePolicyProperty.Builder.rollbackMaximumBatchSize
(CfnEndpoint.CapacitySizeProperty rollbackMaximumBatchSize) Sets the value ofCfnEndpoint.RollingUpdatePolicyProperty.getRollbackMaximumBatchSize()
CfnEndpoint.RollingUpdatePolicyProperty.Builder.waitIntervalInSeconds
(Number waitIntervalInSeconds) Sets the value ofCfnEndpoint.RollingUpdatePolicyProperty.getWaitIntervalInSeconds()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnEndpoint.RollingUpdatePolicyProperty.Builder
.