Class FunctionCodeLocation
java.lang.Object
com.amazonaws.services.lambda.model.FunctionCodeLocation
- All Implemented Interfaces:
Serializable
,Cloneable
The object for the Lambda function location.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The presigned URL you can use to download the function's .zip file that you previously uploaded.The repository from which you can download the function.int
hashCode()
void
setLocation
(String location) The presigned URL you can use to download the function's .zip file that you previously uploaded.void
setRepositoryType
(String repositoryType) The repository from which you can download the function.toString()
Returns a string representation of this object; useful for testing and debugging.withLocation
(String location) The presigned URL you can use to download the function's .zip file that you previously uploaded.withRepositoryType
(String repositoryType) The repository from which you can download the function.
-
Constructor Details
-
FunctionCodeLocation
public FunctionCodeLocation()
-
-
Method Details
-
setRepositoryType
The repository from which you can download the function.
- Parameters:
repositoryType
- The repository from which you can download the function.
-
getRepositoryType
The repository from which you can download the function.
- Returns:
- The repository from which you can download the function.
-
withRepositoryType
The repository from which you can download the function.
- Parameters:
repositoryType
- The repository from which you can download the function.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setLocation
The presigned URL you can use to download the function's .zip file that you previously uploaded. The URL is valid for up to 10 minutes.
- Parameters:
location
- The presigned URL you can use to download the function's .zip file that you previously uploaded. The URL is valid for up to 10 minutes.
-
getLocation
The presigned URL you can use to download the function's .zip file that you previously uploaded. The URL is valid for up to 10 minutes.
- Returns:
- The presigned URL you can use to download the function's .zip file that you previously uploaded. The URL is valid for up to 10 minutes.
-
withLocation
The presigned URL you can use to download the function's .zip file that you previously uploaded. The URL is valid for up to 10 minutes.
- Parameters:
location
- The presigned URL you can use to download the function's .zip file that you previously uploaded. The URL is valid for up to 10 minutes.- 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
-