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.BuilderFunctionCodeLocation. builder()FunctionCodeLocation.BuilderFunctionCodeLocation.Builder. imageUri(String imageUri)URI of a container image in the Amazon ECR registry.FunctionCodeLocation.BuilderFunctionCodeLocation.Builder. location(String location)A presigned URL that you can use to download the deployment package.FunctionCodeLocation.BuilderFunctionCodeLocation.Builder. repositoryType(String repositoryType)The service that's hosting the file.FunctionCodeLocation.BuilderFunctionCodeLocation.Builder. resolvedImageUri(String resolvedImageUri)The resolved URI for the image.FunctionCodeLocation.BuilderFunctionCodeLocation.Builder. sourceKMSKeyArn(String sourceKMSKeyArn)The ARN of the Key Management Service (KMS) customer managed key that's used to encrypt your function's .zip deployment package.FunctionCodeLocation.BuilderFunctionCodeLocation. 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.BuilderGetFunctionResponse.Builder. code(Consumer<FunctionCodeLocation.Builder> code)The deployment package of the function or version.
-