Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnActionPropsMixin.Builder
Packages that use CfnActionPropsMixin.Builder
-
Uses of CfnActionPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.sagemaker
Methods in software.amazon.awscdk.cfnpropertymixins.services.sagemaker that return CfnActionPropsMixin.BuilderModifier and TypeMethodDescriptionCfnActionPropsMixin.Builder.actionName(String actionName) The name of the action.CfnActionPropsMixin.Builder.actionType(String actionType) The action type.static CfnActionPropsMixin.BuilderCfnActionPropsMixin.Builder.create()static CfnActionPropsMixin.BuilderCfnActionPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnActionPropsMixin.Builder.description(String description) The description of the action.CfnActionPropsMixin.Builder.metadataProperties(CfnActionPropsMixin.MetadataPropertiesProperty metadataProperties) CfnActionPropsMixin.Builder.metadataProperties(IResolvable metadataProperties) CfnActionPropsMixin.Builder.properties(Map<String, String> properties) A list of properties to add to the action.CfnActionPropsMixin.Builder.properties(IResolvable properties) A list of properties to add to the action.CfnActionPropsMixin.Builder.source(CfnActionPropsMixin.ActionSourceProperty source) CfnActionPropsMixin.Builder.source(IResolvable source) The status of the action.A list of tags to apply to the action.