Uses of Interface
software.amazon.awssdk.services.lambda.model.FunctionCodeLocation.Builder
-
Packages that use FunctionCodeLocation.Builder Package Description software.amazon.awssdk.services.lambda.model -
-
Uses of FunctionCodeLocation.Builder in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return FunctionCodeLocation.Builder Modifier and Type Method Description static FunctionCodeLocation.Builder
FunctionCodeLocation. builder()
FunctionCodeLocation.Builder
FunctionCodeLocation.Builder. imageUri(String imageUri)
URI of a container image in the Amazon ECR registry.FunctionCodeLocation.Builder
FunctionCodeLocation.Builder. location(String location)
A presigned URL that you can use to download the deployment package.FunctionCodeLocation.Builder
FunctionCodeLocation.Builder. repositoryType(String repositoryType)
The service that's hosting the file.FunctionCodeLocation.Builder
FunctionCodeLocation.Builder. resolvedImageUri(String resolvedImageUri)
The resolved URI for the image.FunctionCodeLocation.Builder
FunctionCodeLocation. toBuilder()
Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type FunctionCodeLocation.Builder Modifier and Type Method Description static Class<? extends FunctionCodeLocation.Builder>
FunctionCodeLocation. serializableBuilderClass()
Method parameters in software.amazon.awssdk.services.lambda.model with type arguments of type FunctionCodeLocation.Builder Modifier and Type Method Description default GetFunctionResponse.Builder
GetFunctionResponse.Builder. code(Consumer<FunctionCodeLocation.Builder> code)
The deployment package of the function or version.
-