Interface MinioEndpointBuilderFactory.MinioBuilders

All Known Subinterfaces:
EndpointBuilderFactory
All Known Implementing Classes:
EndpointRouteBuilder, EndpointRouteConfigurationBuilder
Enclosing interface:
MinioEndpointBuilderFactory

public static interface MinioEndpointBuilderFactory.MinioBuilders
  • Method Details

    • minio

      Minio (camel-minio) Store and retrieve objects from Minio Storage Service using Minio SDK. Category: cloud,file Since: 3.5 Maven coordinates: org.apache.camel:camel-minio
      Returns:
      the dsl builder for the headers' name.
    • minio

      Minio (camel-minio) Store and retrieve objects from Minio Storage Service using Minio SDK. Category: cloud,file Since: 3.5 Maven coordinates: org.apache.camel:camel-minio Syntax: minio:bucketName Path parameter: bucketName (required) Bucket name
      Parameters:
      path - bucketName
      Returns:
      the dsl builder
    • minio

      default MinioEndpointBuilderFactory.MinioEndpointBuilder minio(String componentName, String path)
      Minio (camel-minio) Store and retrieve objects from Minio Storage Service using Minio SDK. Category: cloud,file Since: 3.5 Maven coordinates: org.apache.camel:camel-minio Syntax: minio:bucketName Path parameter: bucketName (required) Bucket name
      Parameters:
      componentName - to use a custom component name for the endpoint instead of the default name
      path - bucketName
      Returns:
      the dsl builder