Interface AWS2S3EndpointBuilderFactory.AWS2S3Builders
- All Known Subinterfaces:
EndpointBuilderFactory
- All Known Implementing Classes:
EndpointRouteBuilder,EndpointRouteConfigurationBuilder
- Enclosing interface:
AWS2S3EndpointBuilderFactory
public static interface AWS2S3EndpointBuilderFactory.AWS2S3Builders
-
Method Summary
Modifier and TypeMethodDescriptionaws2S3()AWS S3 Storage Service (camel-aws2-s3) Store and retrieve objects from AWS S3 Storage Service.AWS S3 Storage Service (camel-aws2-s3) Store and retrieve objects from AWS S3 Storage Service.AWS S3 Storage Service (camel-aws2-s3) Store and retrieve objects from AWS S3 Storage Service.
-
Method Details
-
aws2S3
AWS S3 Storage Service (camel-aws2-s3) Store and retrieve objects from AWS S3 Storage Service. Category: cloud,file Since: 3.2 Maven coordinates: org.apache.camel:camel-aws2-s3- Returns:
- the dsl builder for the headers' name.
-
aws2S3
AWS S3 Storage Service (camel-aws2-s3) Store and retrieve objects from AWS S3 Storage Service. Category: cloud,file Since: 3.2 Maven coordinates: org.apache.camel:camel-aws2-s3 Syntax:aws2-s3://bucketNameOrArnPath parameter: bucketNameOrArn (required) Bucket name or ARN- Parameters:
path- bucketNameOrArn- Returns:
- the dsl builder
-
aws2S3
default AWS2S3EndpointBuilderFactory.AWS2S3EndpointBuilder aws2S3(String componentName, String path) AWS S3 Storage Service (camel-aws2-s3) Store and retrieve objects from AWS S3 Storage Service. Category: cloud,file Since: 3.2 Maven coordinates: org.apache.camel:camel-aws2-s3 Syntax:aws2-s3://bucketNameOrArnPath parameter: bucketNameOrArn (required) Bucket name or ARN- Parameters:
componentName- to use a custom component name for the endpoint instead of the default namepath- bucketNameOrArn- Returns:
- the dsl builder
-