| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
static AwsLambdaFunctionCode.Builder |
AwsLambdaFunctionCode.builder() |
AwsLambdaFunctionCode.Builder |
AwsLambdaFunctionCode.Builder.s3Bucket(String s3Bucket)
An Amazon S3 bucket in the same Amazon Web Services Region as your function.
|
AwsLambdaFunctionCode.Builder |
AwsLambdaFunctionCode.Builder.s3Key(String s3Key)
The Amazon S3 key of the deployment package.
|
AwsLambdaFunctionCode.Builder |
AwsLambdaFunctionCode.Builder.s3ObjectVersion(String s3ObjectVersion)
For versioned objects, the version of the deployment package object to use.
|
AwsLambdaFunctionCode.Builder |
AwsLambdaFunctionCode.toBuilder() |
AwsLambdaFunctionCode.Builder |
AwsLambdaFunctionCode.Builder.zipFile(String zipFile)
The base64-encoded contents of the deployment package.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AwsLambdaFunctionCode.Builder> |
AwsLambdaFunctionCode.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AwsLambdaFunctionDetails.Builder |
AwsLambdaFunctionDetails.Builder.code(Consumer<AwsLambdaFunctionCode.Builder> code)
An
AwsLambdaFunctionCode object. |
Copyright © 2023. All rights reserved.