Class UpdateAliasRequest
java.lang.Object
com.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.lambda.model.UpdateAliasRequest
- All Implemented Interfaces:
ReadLimitInfo, Serializable, Cloneable
- See Also:
-
Field Summary
Fields inherited from class AmazonWebServiceRequest
NOOP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a shallow clone of this request.booleanYou can change the description of the alias using this parameter.The function name for which the alias is created.Using this parameter you can change the Lambda function version to which the alias points.getName()The alias name.inthashCode()voidsetDescription(String description) You can change the description of the alias using this parameter.voidsetFunctionName(String functionName) The function name for which the alias is created.voidsetFunctionVersion(String functionVersion) Using this parameter you can change the Lambda function version to which the alias points.voidThe alias name.toString()Returns a string representation of this object; useful for testing and debugging.withDescription(String description) You can change the description of the alias using this parameter.withFunctionName(String functionName) The function name for which the alias is created.withFunctionVersion(String functionVersion) Using this parameter you can change the Lambda function version to which the alias points.The alias name.Methods inherited from class AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
Constructor Details
-
UpdateAliasRequest
public UpdateAliasRequest()
-
-
Method Details
-
setFunctionName
The function name for which the alias is created.
- Parameters:
functionName- The function name for which the alias is created.
-
getFunctionName
The function name for which the alias is created.
- Returns:
- The function name for which the alias is created.
-
withFunctionName
The function name for which the alias is created.
- Parameters:
functionName- The function name for which the alias is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setName
-
getName
-
withName
The alias name.
- Parameters:
name- The alias name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setFunctionVersion
Using this parameter you can change the Lambda function version to which the alias points.
- Parameters:
functionVersion- Using this parameter you can change the Lambda function version to which the alias points.
-
getFunctionVersion
Using this parameter you can change the Lambda function version to which the alias points.
- Returns:
- Using this parameter you can change the Lambda function version to which the alias points.
-
withFunctionVersion
Using this parameter you can change the Lambda function version to which the alias points.
- Parameters:
functionVersion- Using this parameter you can change the Lambda function version to which the alias points.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setDescription
You can change the description of the alias using this parameter.
- Parameters:
description- You can change the description of the alias using this parameter.
-
getDescription
You can change the description of the alias using this parameter.
- Returns:
- You can change the description of the alias using this parameter.
-
withDescription
You can change the description of the alias using this parameter.
- Parameters:
description- You can change the description of the alias using this parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
Description copied from class:AmazonWebServiceRequestCreates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clonein classAmazonWebServiceRequest- See Also:
-