@Generated(value="software.amazon.awssdk:codegen") public class FunctionCodeLocation extends Object implements StructuredPojo, software.amazon.awssdk.utils.builder.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) |
int |
hashCode() |
String |
location()
The presigned URL you can use to download the function's .zip file that you previously uploaded.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
String |
repositoryType()
The repository from which you can download the function.
|
static Class<? extends FunctionCodeLocation.Builder> |
serializableBuilderClass() |
FunctionCodeLocation.Builder |
toBuilder() |
String |
toString() |
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()
toBuilder
in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<FunctionCodeLocation.Builder,FunctionCodeLocation>
public static FunctionCodeLocation.Builder builder()
public static Class<? extends FunctionCodeLocation.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2017. All rights reserved.