public static interface FunctionCodeLocation.Builder extends SdkPojo, CopyableBuilder<FunctionCodeLocation.Builder,FunctionCodeLocation>
Modifier and Type | Method and Description |
---|---|
FunctionCodeLocation.Builder |
imageUri(String imageUri)
URI of a container image in the Amazon ECR registry.
|
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.
|
FunctionCodeLocation.Builder |
resolvedImageUri(String resolvedImageUri)
The resolved URI for the image.
|
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.FunctionCodeLocation.Builder imageUri(String imageUri)
URI of a container image in the Amazon ECR registry.
imageUri
- URI of a container image in the Amazon ECR registry.FunctionCodeLocation.Builder resolvedImageUri(String resolvedImageUri)
The resolved URI for the image.
resolvedImageUri
- The resolved URI for the image.Copyright © 2021. All rights reserved.