Uses of Class
software.amazon.awscdk.services.sagemaker.CfnArtifactProps.Builder
Packages that use CfnArtifactProps.Builder
-
Uses of CfnArtifactProps.Builder in software.amazon.awscdk.services.sagemaker
Methods in software.amazon.awscdk.services.sagemaker that return CfnArtifactProps.BuilderModifier and TypeMethodDescriptionCfnArtifactProps.Builder.artifactName(String artifactName) Sets the value ofCfnArtifactProps.getArtifactName()CfnArtifactProps.Builder.artifactType(String artifactType) Sets the value ofCfnArtifactProps.getArtifactType()static CfnArtifactProps.BuilderCfnArtifactProps.builder()CfnArtifactProps.Builder.metadataProperties(IResolvable metadataProperties) Sets the value ofCfnArtifactProps.getMetadataProperties()CfnArtifactProps.Builder.metadataProperties(CfnArtifact.MetadataPropertiesProperty metadataProperties) Sets the value ofCfnArtifactProps.getMetadataProperties()CfnArtifactProps.Builder.properties(Map<String, String> properties) Sets the value ofCfnArtifactProps.getProperties()CfnArtifactProps.Builder.properties(IResolvable properties) Sets the value ofCfnArtifactProps.getProperties()CfnArtifactProps.Builder.source(IResolvable source) Sets the value ofCfnArtifactProps.getSource()CfnArtifactProps.Builder.source(CfnArtifact.ArtifactSourceProperty source) Sets the value ofCfnArtifactProps.getSource()Sets the value ofCfnArtifactProps.getTags()Constructors in software.amazon.awscdk.services.sagemaker with parameters of type CfnArtifactProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CfnArtifactProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnArtifactProps.Builder.