Uses of Class
software.amazon.awscdk.services.sagemaker.CfnContextProps.Builder
Packages that use CfnContextProps.Builder
-
Uses of CfnContextProps.Builder in software.amazon.awscdk.services.sagemaker
Methods in software.amazon.awscdk.services.sagemaker that return CfnContextProps.BuilderModifier and TypeMethodDescriptionstatic CfnContextProps.BuilderCfnContextProps.builder()CfnContextProps.Builder.contextName(String contextName) Sets the value ofCfnContextProps.getContextName()CfnContextProps.Builder.contextType(String contextType) Sets the value ofCfnContextProps.getContextType()CfnContextProps.Builder.description(String description) Sets the value ofCfnContextProps.getDescription()CfnContextProps.Builder.properties(Map<String, String> properties) Sets the value ofCfnContextProps.getProperties()CfnContextProps.Builder.properties(IResolvable properties) Sets the value ofCfnContextProps.getProperties()CfnContextProps.Builder.source(IResolvable source) Sets the value ofCfnContextProps.getSource()CfnContextProps.Builder.source(CfnContext.SourceProperty source) Sets the value ofCfnContextProps.getSource()CfnContextProps.Builder.tags(List<? extends CfnContext.TagsItemsProperty> tags) Sets the value ofCfnContextProps.getTags()Constructors in software.amazon.awscdk.services.sagemaker with parameters of type CfnContextProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CfnContextProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnContextProps.Builder.