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