Class KinesisFirehose2EndpointBuilderFactory.KinesisFirehose2HeaderNameBuilder
java.lang.Object
org.apache.camel.builder.endpoint.dsl.KinesisFirehose2EndpointBuilderFactory.KinesisFirehose2HeaderNameBuilder
- Enclosing interface:
KinesisFirehose2EndpointBuilderFactory
public static class KinesisFirehose2EndpointBuilderFactory.KinesisFirehose2HeaderNameBuilder
extends Object
The builder of headers' name for the AWS Kinesis Firehose component.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the delivery stream.The name of the delivery stream.The status of the delivery stream.Whether the batch operation was encrypted.The number of records that failed in a batch put operation.The operation we want to perform.The record ID, as defined in http://docs.aws.amazon.com/firehose/latest/APIReference/API_PutRecord.html#API_PutRecord_ResponseSyntaxResponse Syntax.
-
Constructor Details
-
KinesisFirehose2HeaderNameBuilder
public KinesisFirehose2HeaderNameBuilder()
-
-
Method Details
-
awsKinesisFirehoseRecordId
The record ID, as defined in http://docs.aws.amazon.com/firehose/latest/APIReference/API_PutRecord.html#API_PutRecord_ResponseSyntaxResponse Syntax. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
AwsKinesisFirehoseRecordId.
-
awsKinesisFirehoseOperation
The operation we want to perform. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
AwsKinesisFirehoseOperation.
-
awsKinesisFirehoseDeliveryStreamName
The name of the delivery stream. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
AwsKinesisFirehoseDeliveryStreamName.
-
awsKinesisFirehoseDeliveryStreamArn
The ARN of the delivery stream. The option is a:Stringtype. Group: createDeliveryStream- Returns:
- the name of the header
AwsKinesisFirehoseDeliveryStreamArn.
-
awsKinesisFirehoseFailedRecordCount
The number of records that failed in a batch put operation. The option is a:Integertype. Group: sendBatchRecord- Returns:
- the name of the header
AwsKinesisFirehoseFailedRecordCount.
-
awsKinesisFirehoseEncrypted
Whether the batch operation was encrypted. The option is a:Booleantype. Group: sendBatchRecord- Returns:
- the name of the header
AwsKinesisFirehoseEncrypted.
-
awsKinesisFirehoseDeliveryStreamStatus
The status of the delivery stream. The option is a:Stringtype. Group: describeDeliveryStream- Returns:
- the name of the header
AwsKinesisFirehoseDeliveryStreamStatus.
-