@Generated(value="software.amazon.awssdk:codegen") public final class FunctionCodeLocation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FunctionCodeLocation.Builder,FunctionCodeLocation>
The object for the Lambda function location.
Modifier and Type | Class and Description |
---|---|
static interface |
FunctionCodeLocation.Builder |
Modifier and Type | Method and Description |
---|---|
static FunctionCodeLocation.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
location()
The presigned URL you can use to download the function's .zip file that you previously uploaded.
|
String |
repositoryType()
The repository from which you can download the function.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends FunctionCodeLocation.Builder> |
serializableBuilderClass() |
FunctionCodeLocation.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String repositoryType()
The repository from which you can download the function.
public String 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.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<FunctionCodeLocation.Builder,FunctionCodeLocation>
public static FunctionCodeLocation.Builder builder()
public static Class<? extends FunctionCodeLocation.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.