Class Lambda2EndpointBuilderFactory.Lambda2HeaderNameBuilder
java.lang.Object
org.apache.camel.builder.endpoint.dsl.Lambda2EndpointBuilderFactory.Lambda2HeaderNameBuilder
- Enclosing interface:
Lambda2EndpointBuilderFactory
The builder of headers' name for the AWS Lambda component.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe function description to set in the alias.The function name of the alias.The user-provided description.The key-value pairs that represent your environment's configuration settings.The Amazon Resource Name (ARN) of the event source.The maximum number of records in each batch that Lambda pulls from your stream or queue and sends to your function.The identifier of the event source mapping.The function version to set in the alias.The function within your code that Lambda calls to begin execution.The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables.The memory size, in MB, you configured for the function.The operation we want to perform.This boolean parameter can be used to request AWS Lambda to create the Lambda function and publish a version as an atomic operation.The function's Amazon Resource Name (ARN).A list of tag keys to remove from the function.A list of tags to apply to the function.The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.The runtime environment for the Lambda function you are uploading.Amazon S3 bucket name where the .zip file containing your deployment package is stored.The Amazon S3 object (the deployment package) key name you want to upload.The Amazon S3 object (the deployment package) version you want to upload.If your Lambda function accesses resources in a VPC, a list of one or more security groups IDs in your VPC.If your Lambda function accesses resources in a VPC, a list of one or more subnet IDs in your VPC.The list of tags (key-value pairs) assigned to the new function.The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.The function execution time at which Lambda should terminate the function.Your function's tracing settings (Active or PassThrough).A description for the version to override the description in the function configuration.Only update the function if the revision ID matches the ID that's specified.The local path of the zip file (the deployment package).
-
Constructor Details
-
Lambda2HeaderNameBuilder
public Lambda2HeaderNameBuilder()
-
-
Method Details
-
awsLambdaOperation
The operation we want to perform. Override operation passed as query parameter. The option is a:String
type. Required: true Group: all- Returns:
- the name of the header
AwsLambdaOperation
.
-
awsLambdaS3Bucket
Amazon S3 bucket name where the .zip file containing your deployment package is stored. This bucket must reside in the same AWS region where you are creating the Lambda function. The option is a:String
type. Group: createFunction- Returns:
- the name of the header
AwsLambdaS3Bucket
.
-
awsLambdaS3Key
The Amazon S3 object (the deployment package) key name you want to upload. The option is a:String
type. Group: createFunction- Returns:
- the name of the header
AwsLambdaS3Key
.
-
awsLambdaS3ObjectVersion
The Amazon S3 object (the deployment package) version you want to upload. The option is a:String
type. Group: createFunction- Returns:
- the name of the header
AwsLambdaS3ObjectVersion
.
-
awsLambdaZipFile
The local path of the zip file (the deployment package). Content of zip file can also be put in Message body. The option is a:String
type. Group: createFunction- Returns:
- the name of the header
AwsLambdaZipFile
.
-
awsLambdaDescription
The user-provided description. The option is a:String
type. Group: createFunction- Returns:
- the name of the header
AwsLambdaDescription
.
-
awsLambdaRole
The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources. The option is a:String
type. Required: true Group: createFunction- Returns:
- the name of the header
AwsLambdaRole
.
-
awsLambdaRuntime
The runtime environment for the Lambda function you are uploading. (nodejs, nodejs4.3, nodejs6.10, java8, python2.7, python3.6, dotnetcore1.0, odejs4.3-edge). The option is a:String
type. Required: true Group: createFunction- Returns:
- the name of the header
AwsLambdaRuntime
.
-
awsLambdaHandler
The function within your code that Lambda calls to begin execution. For Node.js, it is the module-name.export value in your function. For Java, it can be package.class-name::handler or package.class-name. The option is a:String
type. Required: true Group: createFunction- Returns:
- the name of the header
AwsLambdaHandler
.
-
awsLambdaTargetArn
The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic. The option is a:String
type. Group: createFunction- Returns:
- the name of the header
AwsLambdaTargetArn
.
-
awsLambdaMemorySize
The memory size, in MB, you configured for the function. Must be a multiple of 64 MB. The option is a:Integer
type. Group: createFunction- Returns:
- the name of the header
AwsLambdaMemorySize
.
-
awsLambdaKMSKeyArn
The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If not provided, AWS Lambda will use a default service key. The option is a:String
type. Group: createFunction- Returns:
- the name of the header
AwsLambdaKMSKeyArn
.
-
awsLambdaEnvironmentVariables
The key-value pairs that represent your environment's configuration settings. The option is a:Map<String, String>
type. Group: createFunction- Returns:
- the name of the header
AwsLambdaEnvironmentVariables
.
-
awsLambdaPublish
This boolean parameter can be used to request AWS Lambda to create the Lambda function and publish a version as an atomic operation. The option is a:Boolean
type. Group: createFunction updateFunction- Returns:
- the name of the header
AwsLambdaPublish
.
-
awsLambdaTimeout
The function execution time at which Lambda should terminate the function. The default is 3 seconds. The option is a:Integer
type. Group: createFunction- Returns:
- the name of the header
AwsLambdaTimeout
.
-
awsLambdaTags
The list of tags (key-value pairs) assigned to the new function. The option is a:Map<String, String>
type. Group: createFunction- Returns:
- the name of the header
AwsLambdaTags
.
-
awsLambdaTracingConfig
Your function's tracing settings (Active or PassThrough). The option is a:String
type. Group: createFunction- Returns:
- the name of the header
AwsLambdaTracingConfig
.
-
awsLambdaSecurityGroupIds
If your Lambda function accesses resources in a VPC, a list of one or more security groups IDs in your VPC. The option is a:List<String>
type. Group: createFunction- Returns:
- the name of the header
AwsLambdaSecurityGroupIds
.
-
awsLambdaSubnetIds
If your Lambda function accesses resources in a VPC, a list of one or more subnet IDs in your VPC. The option is a:List<String>
type. Group: createFunction- Returns:
- the name of the header
AwsLambdaSubnetIds
.
-
awsLambdaEventSourceArn
The Amazon Resource Name (ARN) of the event source. The option is a:String
type. Group: createEventSourceMapping- Returns:
- the name of the header
AwsLambdaEventSourceArn
.
-
awsLambdaEventSourceBatchSize
The maximum number of records in each batch that Lambda pulls from your stream or queue and sends to your function. The option is a:Integer
type. Group: createEventSourceMapping- Returns:
- the name of the header
AwsLambdaEventSourceBatchSize
.
-
awsLambdaEventSourceUuid
The identifier of the event source mapping. The option is a:String
type. Group: deleteEventSourceMapping- Returns:
- the name of the header
AwsLambdaEventSourceUuid
.
-
awsLambdaResourceArn
The function's Amazon Resource Name (ARN). The option is a:String
type. Group: listTags tagResource untagResource- Returns:
- the name of the header
AwsLambdaResourceArn
.
-
awsLambdaResourceTags
A list of tags to apply to the function. The option is a:Map<String, String>
type. Group: tagResource- Returns:
- the name of the header
AwsLambdaResourceTags
.
-
awsLambdaResourceTagKeys
A list of tag keys to remove from the function. The option is a:List<String>
type. Group: untagResource- Returns:
- the name of the header
AwsLambdaResourceTagKeys
.
-
awsLambdaVersionDescription
A description for the version to override the description in the function configuration. The option is a:String
type. Group: publishVersion- Returns:
- the name of the header
AwsLambdaVersionDescription
.
-
awsLambdaVersionRevisionId
Only update the function if the revision ID matches the ID that's specified. The option is a:String
type. Group: publishVersion- Returns:
- the name of the header
AwsLambdaVersionRevisionId
.
-
awsLambdaFunctionVersion
The function version to set in the alias. The option is a:String
type. Group: createAlias listAliases- Returns:
- the name of the header
AwsLambdaFunctionVersion
.
-
awsLambdaAliasFunctionName
The function name of the alias. The option is a:String
type. Required: true Group: createAlias deleteAlias getAlias- Returns:
- the name of the header
AwsLambdaAliasFunctionName
.
-
awsLambdaAliasFunctionDescription
The function description to set in the alias. The option is a:String
type. Group: createAlias- Returns:
- the name of the header
AwsLambdaAliasFunctionDescription
.
-