@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:21.547Z") @Stability(value=Experimental) 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()
(experimental) The version to route traffic to.
|
Number |
getWeight()
(experimental) How much weight to assign to this version (0..1).
|
@Stability(value=Experimental) @NotNull IVersion getVersion()
@Stability(value=Experimental) @NotNull Number getWeight()
@Stability(value=Experimental) static VersionWeight.Builder builder()
VersionWeight.Builder
of VersionWeight
Copyright © 2021. All rights reserved.