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 com.amazonaws.AmazonWebServiceRequest
NOOP
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates a shallow clone of this request.boolean
You 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.int
hashCode()
void
setDescription
(String description) You can change the description of the alias using this parameter.void
setFunctionName
(String functionName) The function name for which the alias is created.void
setFunctionVersion
(String functionVersion) Using this parameter you can change the Lambda function version to which the alias points.void
The 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 com.amazonaws.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
The alias name.
- Parameters:
name
- The alias name.
-
getName
The alias name.
- Returns:
- The alias name.
-
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
Description copied from class:AmazonWebServiceRequest
Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clone
in classAmazonWebServiceRequest
- See Also:
-