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 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 your zip file containing your deployment package.
|
copy
applyMutation, build
FunctionCode.Builder zipFile(SdkBytes zipFile)
The base64-encoded contents of your zip file containing your deployment package. AWS SDK and AWS CLI clients handle the encoding for you.
zipFile
- The base64-encoded contents of your zip file containing your 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 region as your function.
s3Bucket
- An Amazon S3 bucket in the same region as your function.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 © 2017 Amazon Web Services, Inc. All Rights Reserved.