Uses of Class
software.amazon.awscdk.services.sagemaker.CfnContext.Builder
Packages that use CfnContext.Builder
-
Uses of CfnContext.Builder in software.amazon.awscdk.services.sagemaker
Methods in software.amazon.awscdk.services.sagemaker that return CfnContext.BuilderModifier and TypeMethodDescriptionCfnContext.Builder.contextName(String contextName) The name of the context.CfnContext.Builder.contextType(String contextType) The context type.static CfnContext.BuilderCfnContext.Builder.description(String description) The description of the context.CfnContext.Builder.properties(Map<String, String> properties) A list of properties to add to the context.CfnContext.Builder.properties(IResolvable properties) A list of properties to add to the context.CfnContext.Builder.source(IResolvable source) The source type, ID, and URI.CfnContext.Builder.source(CfnContext.SourceProperty source) The source type, ID, and URI.CfnContext.Builder.tags(List<? extends CfnContext.TagsItemsProperty> tags) A list of tags to apply to the context.