Class GetAliasResult
- All Implemented Interfaces:
Serializable
,Cloneable
Provides configuration information about a Lambda function version alias.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Lambda function ARN that is qualified using the alias name as the suffix.Alias description.Function version to which the alias points.getName()
Alias name.int
hashCode()
void
setAliasArn
(String aliasArn) Lambda function ARN that is qualified using the alias name as the suffix.void
setDescription
(String description) Alias description.void
setFunctionVersion
(String functionVersion) Function version to which the alias points.void
Alias name.toString()
Returns a string representation of this object; useful for testing and debugging.withAliasArn
(String aliasArn) Lambda function ARN that is qualified using the alias name as the suffix.withDescription
(String description) Alias description.withFunctionVersion
(String functionVersion) Function version to which the alias points.Alias name.
-
Constructor Details
-
GetAliasResult
public GetAliasResult()
-
-
Method Details
-
setAliasArn
Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called
BETA
that points to a helloworld function version, the ARN isarn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA
.- Parameters:
aliasArn
- Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias calledBETA
that points to a helloworld function version, the ARN isarn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA
.
-
getAliasArn
Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called
BETA
that points to a helloworld function version, the ARN isarn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA
.- Returns:
- Lambda function ARN that is qualified using the alias name as the
suffix. For example, if you create an alias called
BETA
that points to a helloworld function version, the ARN isarn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA
.
-
withAliasArn
Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called
BETA
that points to a helloworld function version, the ARN isarn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA
.- Parameters:
aliasArn
- Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias calledBETA
that points to a helloworld function version, the ARN isarn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setName
Alias name.
- Parameters:
name
- Alias name.
-
getName
Alias name.
- Returns:
- Alias name.
-
withName
Alias name.
- Parameters:
name
- Alias name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setFunctionVersion
Function version to which the alias points.
- Parameters:
functionVersion
- Function version to which the alias points.
-
getFunctionVersion
Function version to which the alias points.
- Returns:
- Function version to which the alias points.
-
withFunctionVersion
Function version to which the alias points.
- Parameters:
functionVersion
- Function version to which the alias points.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setDescription
Alias description.
- Parameters:
description
- Alias description.
-
getDescription
Alias description.
- Returns:
- Alias description.
-
withDescription
Alias description.
- Parameters:
description
- Alias description.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-