Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnArtifactPropsMixin.Builder
Packages that use CfnArtifactPropsMixin.Builder
-
Uses of CfnArtifactPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.sagemaker
Methods in software.amazon.awscdk.cfnpropertymixins.services.sagemaker that return CfnArtifactPropsMixin.BuilderModifier and TypeMethodDescriptionCfnArtifactPropsMixin.Builder.artifactName(String artifactName) The name of the artifact.CfnArtifactPropsMixin.Builder.artifactType(String artifactType) The artifact type.CfnArtifactPropsMixin.Builder.create()CfnArtifactPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnArtifactPropsMixin.Builder.metadataProperties(CfnArtifactPropsMixin.MetadataPropertiesProperty metadataProperties) CfnArtifactPropsMixin.Builder.metadataProperties(IResolvable metadataProperties) CfnArtifactPropsMixin.Builder.properties(Map<String, String> properties) A list of properties to add to the artifact.CfnArtifactPropsMixin.Builder.properties(IResolvable properties) A list of properties to add to the artifact.CfnArtifactPropsMixin.Builder.source(CfnArtifactPropsMixin.ArtifactSourceProperty source) CfnArtifactPropsMixin.Builder.source(IResolvable source) A list of tags to apply to the artifact.