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