public static interface AWS2S3EndpointBuilderFactory.AWS2S3Builders
| Modifier and Type | Method and Description |
|---|---|
default AWS2S3EndpointBuilderFactory.AWS2S3EndpointBuilder |
aws2S3(String path)
AWS 2 S3 Storage Service (camel-aws2-s3)
Store and retrieve objects from AWS S3 Storage Service using AWS SDK
version 2.x.
|
default AWS2S3EndpointBuilderFactory.AWS2S3EndpointBuilder |
aws2S3(String componentName,
String path)
AWS 2 S3 Storage Service (camel-aws2-s3)
Store and retrieve objects from AWS S3 Storage Service using AWS SDK
version 2.x.
|
default AWS2S3EndpointBuilderFactory.AWS2S3EndpointBuilder aws2S3(String path)
aws2-s3://bucketNameOrArn
Path parameter: bucketNameOrArn (required)
Bucket name or ARNpath - //bucketNameOrArndefault AWS2S3EndpointBuilderFactory.AWS2S3EndpointBuilder aws2S3(String componentName, String path)
aws2-s3://bucketNameOrArn
Path parameter: bucketNameOrArn (required)
Bucket name or ARNcomponentName - to use a custom component name for the endpoint
instead of the default namepath - //bucketNameOrArnApache Camel