Interface TreeArtifactProperties
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
TreeArtifactProperties.Jsii$Proxy
@Generated(value="jsii-pacmak/1.118.0 (build 02eec31)", date="2025-11-06T20:25:05.801Z") @Stability(Stable) public interface TreeArtifactProperties extends software.amazon.jsii.JsiiSerializable
Artifact properties for the Construct Tree Artifact.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTreeArtifactProperties.BuilderA builder forTreeArtifactPropertiesstatic classTreeArtifactProperties.Jsii$ProxyAn implementation forTreeArtifactProperties
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static TreeArtifactProperties.Builderbuilder()StringgetFile()Filename of the tree artifact.
-
-
-
Method Detail
-
getFile
@Stability(Stable) @NotNull String getFile()
Filename of the tree artifact.
-
builder
@Stability(Stable) static TreeArtifactProperties.Builder builder()
- Returns:
- a
TreeArtifactProperties.BuilderofTreeArtifactProperties
-
-