Interface MinioEndpointBuilderFactory.MinioBuilders
- All Known Subinterfaces:
EndpointBuilderFactory
- All Known Implementing Classes:
EndpointRouteBuilder,EndpointRouteConfigurationBuilder
- Enclosing interface:
MinioEndpointBuilderFactory
public static interface MinioEndpointBuilderFactory.MinioBuilders
-
Method Summary
Modifier and TypeMethodDescriptionminio()Minio (camel-minio) Store and retrieve objects from Minio Storage Service using Minio SDK.Minio (camel-minio) Store and retrieve objects from Minio Storage Service using Minio SDK.Minio (camel-minio) Store and retrieve objects from Minio Storage Service using Minio SDK.
-
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:bucketNamePath parameter: bucketName (required) Bucket name- Parameters:
path- bucketName- Returns:
- the dsl builder
-
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:bucketNamePath parameter: bucketName (required) Bucket name- Parameters:
componentName- to use a custom component name for the endpoint instead of the default namepath- bucketName- Returns:
- the dsl builder
-