Class Kinesis2EndpointBuilderFactory.Kinesis2HeaderNameBuilder
java.lang.Object
org.apache.camel.builder.endpoint.dsl.Kinesis2EndpointBuilderFactory.Kinesis2HeaderNameBuilder
- Enclosing interface:
Kinesis2EndpointBuilderFactory
The builder of headers' name for the AWS Kinesis component.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe time AWS assigned as the arrival time of the record.The number of records that failed in a batch put operation.Identifies which shard in the stream the data record is assigned to.The total number of records in a batch put operation.The sequence number of the record, as defined in http://docs.aws.amazon.com/kinesis/latest/APIReference/API_PutRecord.html#API_PutRecord_ResponseSyntaxResponse Syntax.The shard ID of the shard where the data record was placed.The resume action to execute when resuming.The timestamp of the message.
-
Constructor Details
-
Kinesis2HeaderNameBuilder
public Kinesis2HeaderNameBuilder()
-
-
Method Details
-
awsKinesisSequenceNumber
The sequence number of the record, as defined in http://docs.aws.amazon.com/kinesis/latest/APIReference/API_PutRecord.html#API_PutRecord_ResponseSyntaxResponse Syntax. The option is a:Stringtype. Group: common- Returns:
- the name of the header
AwsKinesisSequenceNumber.
-
awsKinesisApproximateArrivalTimestamp
The time AWS assigned as the arrival time of the record. The option is a:Stringtype. Group: common- Returns:
- the name of the header
AwsKinesisApproximateArrivalTimestamp.
-
awsKinesisPartitionKey
Identifies which shard in the stream the data record is assigned to. The option is a:Stringtype. Group: common- Returns:
- the name of the header
AwsKinesisPartitionKey.
-
messageTimestamp
The timestamp of the message. The option is a:longtype. Group: common- Returns:
- the name of the header
MessageTimestamp.
-
kinesisDbResumeAction
The resume action to execute when resuming. The option is a:Stringtype. Group: consumer- Returns:
- the name of the header
KinesisDbResumeAction.
-
awsKinesisShardId
The shard ID of the shard where the data record was placed. The option is a:Stringtype. Group: common- Returns:
- the name of the header
AwsKinesisShardId.
-
awsKinesisFailedRecordCount
The number of records that failed in a batch put operation. The option is a:Integertype. Group: producer- Returns:
- the name of the header
AwsKinesisFailedRecordCount.
-
awsKinesisRecordCount
The total number of records in a batch put operation. The option is a:Integertype. Group: producer- Returns:
- the name of the header
AwsKinesisRecordCount.
-