public interface AliasProps
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
AliasProps.Builder
A fluent step builder class for
AliasProps. |
static class |
AliasProps.Jsii$Pojo
A PoJo (plain-old-java-object) class that implements
AliasProps. |
static class |
AliasProps.Jsii$Proxy
A proxy class which for javascript object literal which adhere to this interface.
|
| 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 getDescription()
void setDescription(String value)
FunctionVersion getVersion()
void setVersion(FunctionVersion value)
String getAliasName()
void setAliasName(String value)
List<VersionWeight> getAdditionalVersions()
void setAdditionalVersions(List<VersionWeight> value)
static AliasProps.Builder builder()
Copyright © 2018. All rights reserved.