| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static AwsS3ComponentBuilderFactory.AwsS3ComponentBuilder |
ComponentsBuilderFactory.awsS3()
AWS S3 Storage Service (camel-aws-s3)
The aws-s3 component is used for storing and retrieving object from
Amazon S3 Storage Service.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AwsS3ComponentBuilderFactory.AwsS3ComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default AwsS3ComponentBuilderFactory.AwsS3ComponentBuilder |
AwsS3ComponentBuilderFactory.AwsS3ComponentBuilder.accessKey(String accessKey)
Amazon AWS Access Key.
|
static AwsS3ComponentBuilderFactory.AwsS3ComponentBuilder |
AwsS3ComponentBuilderFactory.awsS3()
AWS S3 Storage Service (camel-aws-s3)
The aws-s3 component is used for storing and retrieving object from
Amazon S3 Storage Service.
|
default AwsS3ComponentBuilderFactory.AwsS3ComponentBuilder |
AwsS3ComponentBuilderFactory.AwsS3ComponentBuilder.basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default AwsS3ComponentBuilderFactory.AwsS3ComponentBuilder |
AwsS3ComponentBuilderFactory.AwsS3ComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default AwsS3ComponentBuilderFactory.AwsS3ComponentBuilder |
AwsS3ComponentBuilderFactory.AwsS3ComponentBuilder.configuration(org.apache.camel.component.aws.s3.S3Configuration configuration)
The AWS S3 default configuration.
|
default AwsS3ComponentBuilderFactory.AwsS3ComponentBuilder |
AwsS3ComponentBuilderFactory.AwsS3ComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default AwsS3ComponentBuilderFactory.AwsS3ComponentBuilder |
AwsS3ComponentBuilderFactory.AwsS3ComponentBuilder.region(String region)
The region where the bucket is located.
|
default AwsS3ComponentBuilderFactory.AwsS3ComponentBuilder |
AwsS3ComponentBuilderFactory.AwsS3ComponentBuilder.secretKey(String secretKey)
Amazon AWS Secret Key.
|
Apache Camel