Uses of Interface
software.amazon.awssdk.services.lambda.model.FunctionCode.Builder
Packages that use FunctionCode.Builder
-
Uses of FunctionCode.Builder in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return FunctionCode.BuilderModifier and TypeMethodDescriptionstatic FunctionCode.BuilderFunctionCode.builder()URI of a container image in the Amazon ECR registry.An Amazon S3 bucket in the same Amazon Web Services Region as your function.The Amazon S3 key of the deployment package.FunctionCode.Builder.s3ObjectStorageMode(String s3ObjectStorageMode) Specifies how the deployment package is stored.FunctionCode.Builder.s3ObjectStorageMode(S3ObjectStorageMode s3ObjectStorageMode) Specifies how the deployment package is stored.FunctionCode.Builder.s3ObjectVersion(String s3ObjectVersion) For versioned objects, the version of the deployment package object to use.FunctionCode.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.FunctionCode.toBuilder()The base64-encoded contents of the deployment package.Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type FunctionCode.BuilderModifier and TypeMethodDescriptionstatic Class<? extends FunctionCode.Builder>FunctionCode.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lambda.model with type arguments of type FunctionCode.BuilderModifier and TypeMethodDescriptiondefault CreateFunctionRequest.BuilderCreateFunctionRequest.Builder.code(Consumer<FunctionCode.Builder> code) The code for the function.