public interface VersionWeight
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
VersionWeight.Builder
A fluent step builder class for
VersionWeight. |
static class |
VersionWeight.Jsii$Pojo
A PoJo (plain-old-java-object) class that implements
VersionWeight. |
static class |
VersionWeight.Jsii$Proxy
A proxy class which for javascript object literal which adhere to this interface.
|
| Modifier and Type | Method and Description |
|---|---|
static VersionWeight.Builder |
builder() |
FunctionVersion |
getVersion()
The version to route traffic to
|
Number |
getWeight()
How much weight to assign to this version (0..1)
|
FunctionVersion getVersion()
Number getWeight()
static VersionWeight.Builder builder()
Copyright © 2018. All rights reserved.