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