Uses of Class
software.amazon.awscdk.services.sagemaker.CfnEndpointProps.Builder
-
Uses of CfnEndpointProps.Builder in software.amazon.awscdk.services.sagemaker
Modifier and TypeMethodDescriptionstatic CfnEndpointProps.Builder
CfnEndpointProps.builder()
CfnEndpointProps.Builder.deploymentConfig
(IResolvable deploymentConfig) Sets the value ofCfnEndpointProps.getDeploymentConfig()
CfnEndpointProps.Builder.deploymentConfig
(CfnEndpoint.DeploymentConfigProperty deploymentConfig) Sets the value ofCfnEndpointProps.getDeploymentConfig()
CfnEndpointProps.Builder.endpointConfigName
(String endpointConfigName) Sets the value ofCfnEndpointProps.getEndpointConfigName()
CfnEndpointProps.Builder.endpointName
(String endpointName) Sets the value ofCfnEndpointProps.getEndpointName()
CfnEndpointProps.Builder.excludeRetainedVariantProperties
(List<? extends Object> excludeRetainedVariantProperties) Sets the value ofCfnEndpointProps.getExcludeRetainedVariantProperties()
CfnEndpointProps.Builder.excludeRetainedVariantProperties
(IResolvable excludeRetainedVariantProperties) Sets the value ofCfnEndpointProps.getExcludeRetainedVariantProperties()
CfnEndpointProps.Builder.retainAllVariantProperties
(Boolean retainAllVariantProperties) Sets the value ofCfnEndpointProps.getRetainAllVariantProperties()
CfnEndpointProps.Builder.retainAllVariantProperties
(IResolvable retainAllVariantProperties) Sets the value ofCfnEndpointProps.getRetainAllVariantProperties()
CfnEndpointProps.Builder.retainDeploymentConfig
(Boolean retainDeploymentConfig) Sets the value ofCfnEndpointProps.getRetainDeploymentConfig()
CfnEndpointProps.Builder.retainDeploymentConfig
(IResolvable retainDeploymentConfig) Sets the value ofCfnEndpointProps.getRetainDeploymentConfig()
Sets the value ofCfnEndpointProps.getTags()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnEndpointProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnEndpointProps.Builder
.