Interface S3EndpointBuilderFactory.S3Builders
-
- All Known Subinterfaces:
EndpointBuilderFactory
- All Known Implementing Classes:
EndpointRouteBuilder
- Enclosing interface:
- S3EndpointBuilderFactory
public static interface S3EndpointBuilderFactory.S3Builders
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default S3EndpointBuilderFactory.S3EndpointBuilder
awsS3(String path)
AWS S3 Storage Service (camel-aws-s3) Store and retrieve objects from AWS S3 Storage Service.default S3EndpointBuilderFactory.S3EndpointBuilder
awsS3(String componentName, String path)
AWS S3 Storage Service (camel-aws-s3) Store and retrieve objects from AWS S3 Storage Service.
-
-
-
Method Detail
-
awsS3
default S3EndpointBuilderFactory.S3EndpointBuilder awsS3(String path)
AWS S3 Storage Service (camel-aws-s3) Store and retrieve objects from AWS S3 Storage Service. Category: cloud,file Since: 2.8 Maven coordinates: org.apache.camel:camel-aws-s3 Syntax:aws-s3://bucketNameOrArn
Path parameter: bucketNameOrArn (required) Bucket name or ARN- Parameters:
path
- //bucketNameOrArn
-
awsS3
default S3EndpointBuilderFactory.S3EndpointBuilder awsS3(String componentName, String path)
AWS S3 Storage Service (camel-aws-s3) Store and retrieve objects from AWS S3 Storage Service. Category: cloud,file Since: 2.8 Maven coordinates: org.apache.camel:camel-aws-s3 Syntax:aws-s3://bucketNameOrArn
Path parameter: bucketNameOrArn (required) Bucket name or ARN- Parameters:
componentName
- to use a custom component name for the endpoint instead of the default namepath
- //bucketNameOrArn
-
-