Package software.constructs
Interface Dependency
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
Dependency.Jsii$Proxy
@Generated(value="jsii-pacmak/1.55.1 (build 07d2d90)", date="2022-04-07T00:19:07.653Z") @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
-
-