public static interface FunctionCodeLocation.Builder extends SdkPojo, CopyableBuilder<FunctionCodeLocation.Builder,FunctionCodeLocation>
Modifier and Type | Method and Description |
---|---|
FunctionCodeLocation.Builder |
location(String location)
A presigned URL that you can use to download the deployment package.
|
FunctionCodeLocation.Builder |
repositoryType(String repositoryType)
The service that's hosting the file.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
FunctionCodeLocation.Builder repositoryType(String repositoryType)
The service that's hosting the file.
repositoryType
- The service that's hosting the file.FunctionCodeLocation.Builder location(String location)
A presigned URL that you can use to download the deployment package.
location
- A presigned URL that you can use to download the deployment package.Copyright © 2020. All rights reserved.