Interface CdkGraphArtifact
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CdkGraphArtifact.Jsii$Proxy
@Generated(value="jsii-pacmak/1.82.0 (build 2d2ddd7)", date="2023-08-24T23:07:44.308Z") @Stability(Experimental) public interface CdkGraphArtifact extends software.amazon.jsii.JsiiSerializable
(experimental) CdkGraph artifact definition.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCdkGraphArtifact.BuilderA builder forCdkGraphArtifactstatic classCdkGraphArtifact.Jsii$ProxyAn implementation forCdkGraphArtifact
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static CdkGraphArtifact.Builderbuilder()default StringgetDescription()(experimental) Description of artifact.StringgetFilename()(experimental) Filename of the artifact.StringgetFilepath()(experimental) Full path where artifact is stored.StringgetId()(experimental) The unique type of the artifact.StringgetSource()(experimental) The source of the artifact (such as plugin, or core system, etc).
-
-
-
Method Detail
-
getFilename
@Stability(Experimental) @NotNull String getFilename()
(experimental) Filename of the artifact.
-
getFilepath
@Stability(Experimental) @NotNull String getFilepath()
(experimental) Full path where artifact is stored.
-
getId
@Stability(Experimental) @NotNull String getId()
(experimental) The unique type of the artifact.
-
getSource
@Stability(Experimental) @NotNull String getSource()
(experimental) The source of the artifact (such as plugin, or core system, etc).
-
getDescription
@Stability(Experimental) @Nullable default String getDescription()
(experimental) Description of artifact.
-
builder
@Stability(Experimental) static CdkGraphArtifact.Builder builder()
- Returns:
- a
CdkGraphArtifact.BuilderofCdkGraphArtifact
-
-