Uses of Interface
software.amazon.awssdk.services.lambda.model.FunctionCode.Builder
-
Packages that use FunctionCode.Builder Package Description software.amazon.awssdk.services.lambda.model -
-
Uses of FunctionCode.Builder in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return FunctionCode.Builder Modifier and Type Method Description static FunctionCode.Builder
FunctionCode. builder()
FunctionCode.Builder
FunctionCode.Builder. imageUri(String imageUri)
URI of a container image in the Amazon ECR registry.FunctionCode.Builder
FunctionCode.Builder. s3Bucket(String s3Bucket)
An Amazon S3 bucket in the same Amazon Web Services Region as your function.FunctionCode.Builder
FunctionCode.Builder. s3Key(String s3Key)
The Amazon S3 key of the deployment package.FunctionCode.Builder
FunctionCode.Builder. s3ObjectVersion(String s3ObjectVersion)
For versioned objects, the version of the deployment package object to use.FunctionCode.Builder
FunctionCode. toBuilder()
FunctionCode.Builder
FunctionCode.Builder. zipFile(SdkBytes zipFile)
The base64-encoded contents of the deployment package.Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type FunctionCode.Builder Modifier and Type Method Description static Class<? extends FunctionCode.Builder>
FunctionCode. serializableBuilderClass()
Method parameters in software.amazon.awssdk.services.lambda.model with type arguments of type FunctionCode.Builder Modifier and Type Method Description default CreateFunctionRequest.Builder
CreateFunctionRequest.Builder. code(Consumer<FunctionCode.Builder> code)
The code for the function.
-