Class CloudtrailEndpointBuilderFactory.CloudtrailHeaderNameBuilder
java.lang.Object
org.apache.camel.builder.endpoint.dsl.CloudtrailEndpointBuilderFactory.CloudtrailHeaderNameBuilder
- Enclosing interface:
CloudtrailEndpointBuilderFactory
The builder of headers' name for the AWS Cloudtrail component.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe event ID of the cloud trail event consumed.The event Name of the cloud trail event consumed.The event Source of the cloud trail event consumed.The associated username of the event of the cloud trail event consumed.
-
Constructor Details
-
CloudtrailHeaderNameBuilder
public CloudtrailHeaderNameBuilder()
-
-
Method Details
-
awsCloudTrailEventId
The event ID of the cloud trail event consumed. The option is a:Stringtype. Group: consumer- Returns:
- the name of the header
AwsCloudTrailEventId.
-
awsCloudTrailEventName
The event Name of the cloud trail event consumed. The option is a:Stringtype. Group: consumer- Returns:
- the name of the header
AwsCloudTrailEventName.
-
awsCloudTrailEventSource
The event Source of the cloud trail event consumed. The option is a:Stringtype. Group: consumer- Returns:
- the name of the header
AwsCloudTrailEventSource.
-
awsCloudTrailEventUsername
The associated username of the event of the cloud trail event consumed. The option is a:Stringtype. Group: consumer- Returns:
- the name of the header
AwsCloudTrailEventUsername.
-