Uses of Interface
software.amazon.awssdk.services.lambda.model.FunctionCodeLocation.Builder
Packages that use FunctionCodeLocation.Builder
-
Uses of FunctionCodeLocation.Builder in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return FunctionCodeLocation.BuilderModifier and TypeMethodDescriptionstatic FunctionCodeLocation.BuilderFunctionCodeLocation.builder()default FunctionCodeLocation.BuilderFunctionCodeLocation.Builder.error(Consumer<FunctionCodeLocationError.Builder> error) An object that contains details about an error related to function deployment package retrieval.FunctionCodeLocation.Builder.error(FunctionCodeLocationError error) An object that contains details about an error related to function deployment package retrieval.URI of a container image in the Amazon ECR registry.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.default FunctionCodeLocation.BuilderFunctionCodeLocation.Builder.resolvedS3Object(Consumer<ResolvedS3Object.Builder> resolvedS3Object) The resolved Amazon S3 object that contains the deployment package.FunctionCodeLocation.Builder.resolvedS3Object(ResolvedS3Object resolvedS3Object) The resolved Amazon S3 object that contains the deployment package.FunctionCodeLocation.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.toBuilder()Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type FunctionCodeLocation.BuilderModifier and TypeMethodDescriptionstatic Class<? extends FunctionCodeLocation.Builder>FunctionCodeLocation.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lambda.model with type arguments of type FunctionCodeLocation.BuilderModifier and TypeMethodDescriptiondefault GetFunctionResponse.BuilderGetFunctionResponse.Builder.code(Consumer<FunctionCodeLocation.Builder> code) The deployment package of the function or version.