Class CfnArtifactPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnArtifactPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnArtifactPropsMixin>
- Enclosing class:
CfnArtifactPropsMixin
@Stability(Stable)
public static final class CfnArtifactPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnArtifactPropsMixin>
A fluent builder for
CfnArtifactPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionartifactName(String artifactName) The name of the artifact.artifactType(String artifactType) The artifact type.build()create()create(CfnPropertyMixinOptions options) metadataProperties(CfnArtifactPropsMixin.MetadataPropertiesProperty metadataProperties) metadataProperties(IResolvable metadataProperties) properties(Map<String, String> properties) A list of properties to add to the artifact.properties(IResolvable properties) A list of properties to add to the artifact.source(IResolvable source) A list of tags to apply to the artifact.
-
Method Details
-
create
@Stability(Stable) public static CfnArtifactPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnArtifactPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnArtifactPropsMixin.Builder.
-
artifactName
The name of the artifact.Must be unique to your account in an AWS Region.
- Parameters:
artifactName- The name of the artifact. This parameter is required.- Returns:
this- See Also:
-
artifactType
The artifact type.- Parameters:
artifactType- The artifact type. This parameter is required.- Returns:
this- See Also:
-
metadataProperties
@Stability(Stable) public CfnArtifactPropsMixin.Builder metadataProperties(IResolvable metadataProperties) - Parameters:
metadataProperties- This parameter is required.- Returns:
this- See Also:
-
metadataProperties
@Stability(Stable) public CfnArtifactPropsMixin.Builder metadataProperties(CfnArtifactPropsMixin.MetadataPropertiesProperty metadataProperties) - Parameters:
metadataProperties- This parameter is required.- Returns:
this- See Also:
-
properties
A list of properties to add to the artifact.- Parameters:
properties- A list of properties to add to the artifact. This parameter is required.- Returns:
this- See Also:
-
properties
A list of properties to add to the artifact.- Parameters:
properties- A list of properties to add to the artifact. This parameter is required.- Returns:
this- See Also:
-
source
- Parameters:
source- This parameter is required.- Returns:
this- See Also:
-
source
@Stability(Stable) public CfnArtifactPropsMixin.Builder source(CfnArtifactPropsMixin.ArtifactSourceProperty source) - Parameters:
source- This parameter is required.- Returns:
this- See Also:
-
tags
A list of tags to apply to the artifact.- Parameters:
tags- A list of tags to apply to the artifact. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnArtifactPropsMixin>- Returns:
- a newly built instance of
CfnArtifactPropsMixin.
-