public static interface FunctionCode.Builder extends SdkPojo, CopyableBuilder<FunctionCode.Builder,FunctionCode>
Modifier and Type | Method and Description |
---|---|
FunctionCode.Builder |
s3Bucket(String s3Bucket)
An Amazon S3 bucket in the same AWS Region as your function.
|
FunctionCode.Builder |
s3Key(String s3Key)
The Amazon S3 key of the deployment package.
|
FunctionCode.Builder |
s3ObjectVersion(String s3ObjectVersion)
For versioned objects, the version of the deployment package object to use.
|
FunctionCode.Builder |
zipFile(SdkBytes zipFile)
The base64-encoded contents of the deployment package.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
FunctionCode.Builder zipFile(SdkBytes zipFile)
The base64-encoded contents of the deployment package. AWS SDK and AWS CLI clients handle the encoding for you.
zipFile
- The base64-encoded contents of the deployment package. AWS SDK and AWS CLI clients handle the encoding
for you.FunctionCode.Builder s3Bucket(String s3Bucket)
An Amazon S3 bucket in the same AWS Region as your function. The bucket can be in a different AWS account.
s3Bucket
- An Amazon S3 bucket in the same AWS Region as your function. The bucket can be in a different AWS
account.FunctionCode.Builder s3Key(String s3Key)
The Amazon S3 key of the deployment package.
s3Key
- The Amazon S3 key of the deployment package.FunctionCode.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.Copyright © 2020. All rights reserved.