@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-07T23:46:58.784Z") @Stability(value=Experimental) public interface Dependency extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.core.*;
Construct construct;
Dependency dependency = Dependency.builder()
.source(construct)
.target(construct)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
Dependency.Builder
A builder for
Dependency |
static class |
Dependency.Jsii$Proxy
An implementation for
Dependency |
| Modifier and Type | Method and Description |
|---|---|
static Dependency.Builder |
builder() |
IConstruct |
getSource()
(experimental) Source the dependency.
|
IConstruct |
getTarget()
(experimental) Target of the dependency.
|
@Stability(value=Experimental) @NotNull IConstruct getSource()
@Stability(value=Experimental) @NotNull IConstruct getTarget()
@Stability(value=Experimental) static Dependency.Builder builder()
Dependency.Builder of DependencyCopyright © 2022. All rights reserved.