@Generated(value="jsii-pacmak/0.7.8 (build 100f5ad)", date="2018-10-26T17:58:07.459Z") public interface AliasProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
AliasProps.Builder
A builder for
AliasProps |
static class |
AliasProps.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static AliasProps.Builder |
builder() |
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.
|
String getAliasName()
void setAliasName(String value)
FunctionVersion getVersion()
void setVersion(FunctionVersion value)
List<VersionWeight> getAdditionalVersions()
void setAdditionalVersions(List<VersionWeight> value)
String getDescription()
void setDescription(String value)
static AliasProps.Builder builder()
AliasProps.Builder of AliasPropsCopyright © 2018. All rights reserved.