public static final class AliasProps.Jsii$Pojo extends Object implements AliasProps
AliasProps.AliasProps.Builder, AliasProps.Jsii$Pojo, AliasProps.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
protected List<VersionWeight> |
_additionalVersions |
protected String |
_aliasName |
protected String |
_description |
protected FunctionVersion |
_version |
| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Pojo()
Constructor used by builders.
|
| 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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuilderprotected String _description
protected FunctionVersion _version
protected String _aliasName
protected List<VersionWeight> _additionalVersions
public String getDescription()
AliasPropsgetDescription in interface AliasPropspublic void setDescription(String value)
AliasPropssetDescription in interface AliasPropspublic FunctionVersion getVersion()
AliasPropsgetVersion in interface AliasPropspublic void setVersion(FunctionVersion value)
AliasPropssetVersion in interface AliasPropspublic String getAliasName()
AliasPropsgetAliasName in interface AliasPropspublic void setAliasName(String value)
AliasPropssetAliasName in interface AliasPropspublic List<VersionWeight> getAdditionalVersions()
AliasPropsgetAdditionalVersions in interface AliasPropspublic void setAdditionalVersions(List<VersionWeight> value)
AliasPropssetAdditionalVersions in interface AliasPropsCopyright © 2018. All rights reserved.