Interface AWS2S3EndpointBuilderFactory.AWS2S3Builders

    • Method Detail

      • aws2S3

        default AWS2S3EndpointBuilderFactory.AWS2S3HeaderNameBuilder aws2S3()
        AWS S3 Storage Service (camel-aws2-s3) Store and retrieve objects from AWS S3 Storage Service using AWS SDK version 2.x. Category: cloud,file Since: 3.2 Maven coordinates: org.apache.camel:camel-aws2-s3
        Returns:
        the dsl builder for the headers' name.
      • aws2S3

        default AWS2S3EndpointBuilderFactory.AWS2S3EndpointBuilder aws2S3​(String path)
        AWS S3 Storage Service (camel-aws2-s3) Store and retrieve objects from AWS S3 Storage Service using AWS SDK version 2.x. Category: cloud,file Since: 3.2 Maven coordinates: org.apache.camel:camel-aws2-s3 Syntax: aws2-s3://bucketNameOrArn Path 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 using AWS SDK version 2.x. Category: cloud,file Since: 3.2 Maven coordinates: org.apache.camel:camel-aws2-s3 Syntax: aws2-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 name
        path - //bucketNameOrArn
        Returns:
        the dsl builder