Interface TreeArtifactProperties
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
TreeArtifactProperties.Jsii$Proxy
@Generated(value="jsii-pacmak/1.103.1 (build bef2dea)", date="2024-09-18T12:13:36.928Z") @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
-
-