@Generated(value="jsii-pacmak/1.14.0 (build 729554b)", date="2020-10-29T17:34:18.540Z") @Stability(value=Stable) public interface VersionWeight extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
VersionWeight.Builder
A builder for
VersionWeight |
static class |
VersionWeight.Jsii$Proxy
An implementation for
VersionWeight |
| Modifier and Type | Method and Description |
|---|---|
static VersionWeight.Builder |
builder() |
IVersion |
getVersion()
The version to route traffic to.
|
Number |
getWeight()
How much weight to assign to this version (0..1).
|
@Stability(value=Stable) @NotNull IVersion getVersion()
@Stability(value=Stable) @NotNull Number getWeight()
@Stability(value=Stable) static VersionWeight.Builder builder()
VersionWeight.Builder of VersionWeightCopyright © 2020. All rights reserved.