public static interface AwsLambdaFunctionCode.Builder extends SdkPojo, CopyableBuilder<AwsLambdaFunctionCode.Builder,AwsLambdaFunctionCode>
| Modifier and Type | Method and Description |
|---|---|
AwsLambdaFunctionCode.Builder |
s3Bucket(String s3Bucket)
An Amazon S3 bucket in the same Amazon Web Services Region as your function.
|
AwsLambdaFunctionCode.Builder |
s3Key(String s3Key)
The Amazon S3 key of the deployment package.
|
AwsLambdaFunctionCode.Builder |
s3ObjectVersion(String s3ObjectVersion)
For versioned objects, the version of the deployment package object to use.
|
AwsLambdaFunctionCode.Builder |
zipFile(String zipFile)
The base64-encoded contents of the deployment package.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsLambdaFunctionCode.Builder s3Bucket(String s3Bucket)
An Amazon S3 bucket in the same Amazon Web Services Region as your function. The bucket can be in a different Amazon Web Services account.
s3Bucket - An Amazon S3 bucket in the same Amazon Web Services Region as your function. The bucket can be in a
different Amazon Web Services account.AwsLambdaFunctionCode.Builder s3Key(String s3Key)
The Amazon S3 key of the deployment package.
s3Key - The Amazon S3 key of the deployment package.AwsLambdaFunctionCode.Builder s3ObjectVersion(String s3ObjectVersion)
For versioned objects, the version of the deployment package object to use.
s3ObjectVersion - For versioned objects, the version of the deployment package object to use.AwsLambdaFunctionCode.Builder zipFile(String zipFile)
The base64-encoded contents of the deployment package. Amazon Web Services SDK and Amazon Web Services CLI clients handle the encoding for you.
zipFile - The base64-encoded contents of the deployment package. Amazon Web Services SDK and Amazon Web Services
CLI clients handle the encoding for you.Copyright © 2023. All rights reserved.