public static final class AliasProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AliasProps
software.amazon.jsii.JsiiObject.InitializationModeAliasProps.Builder, AliasProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
List<VersionWeight> |
getAdditionalVersions()
Additional versions with individual weights this alias points to
Individual additional version weights specified here should add up to
(less than) one.
|
String |
getAliasName()
Name of this alias
|
String |
getDescription()
Description for the alias
|
FunctionVersion |
getVersion()
Function version this alias refers to
Use lambda.addVersion() to obtain a new lambda version to refer to.
|
void |
setAdditionalVersions(List<VersionWeight> value)
Additional versions with individual weights this alias points to
Individual additional version weights specified here should add up to
(less than) one.
|
void |
setAliasName(String value)
Name of this alias
|
void |
setDescription(String value)
Description for the alias
|
void |
setVersion(FunctionVersion value)
Function version this alias refers to
Use lambda.addVersion() to obtain a new lambda version to refer to.
|
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode)
public String getAliasName()
getAliasName in interface AliasPropspublic void setAliasName(String value)
setAliasName in interface AliasPropspublic FunctionVersion getVersion()
getVersion in interface AliasPropspublic void setVersion(FunctionVersion value)
setVersion in interface AliasProps@Nullable public List<VersionWeight> getAdditionalVersions()
getAdditionalVersions in interface AliasPropspublic void setAdditionalVersions(@Nullable List<VersionWeight> value)
setAdditionalVersions in interface AliasProps@Nullable public String getDescription()
getDescription in interface AliasPropspublic void setDescription(@Nullable String value)
setDescription in interface AliasPropsCopyright © 2018. All rights reserved.