Package software.constructs
Interface Dependency
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
Dependency.Jsii$Proxy
@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-10-26T00:21:13.801Z") @Stability(Stable) public interface Dependency extends software.amazon.jsii.JsiiSerializable
A single dependency.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Dependency.Builder
A builder forDependency
static class
Dependency.Jsii$Proxy
An implementation forDependency
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static Dependency.Builder
builder()
IConstruct
getSource()
Source the dependency.IConstruct
getTarget()
Target of the dependency.
-
-
-
Method Detail
-
getSource
@Stability(Stable) @NotNull IConstruct getSource()
Source the dependency.
-
getTarget
@Stability(Stable) @NotNull IConstruct getTarget()
Target of the dependency.
-
builder
@Stability(Stable) static Dependency.Builder builder()
- Returns:
- a
Dependency.Builder
ofDependency
-
-