@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:46:44.610Z") @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 © 2021. All rights reserved.