public class FunctionCodeLocation extends Object implements Serializable, Cloneable
The object for the Lambda function location.
Constructor and Description |
---|
FunctionCodeLocation() |
Modifier and Type | Method and Description |
---|---|
FunctionCodeLocation |
clone() |
boolean |
equals(Object obj) |
String |
getLocation()
The presigned URL you can use to download the function's .zip file
that you previously uploaded.
|
String |
getRepositoryType()
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.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
FunctionCodeLocation |
withLocation(String location)
The presigned URL you can use to download the function's .zip file
that you previously uploaded.
|
FunctionCodeLocation |
withRepositoryType(String repositoryType)
The repository from which you can download the function.
|
public String getRepositoryType()
public void setRepositoryType(String repositoryType)
repositoryType
- The repository from which you can download the function.public FunctionCodeLocation withRepositoryType(String repositoryType)
Returns a reference to this object so that method calls can be chained together.
repositoryType
- The repository from which you can download the function.public String getLocation()
public void setLocation(String location)
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.public FunctionCodeLocation withLocation(String location)
Returns a reference to this object so that method calls can be chained together.
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.public String toString()
toString
in class Object
Object.toString()
public FunctionCodeLocation clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.