Interface IBMCOSEndpointBuilderFactory.AdvancedIBMCOSEndpointBuilder
- All Superinterfaces:
org.apache.camel.builder.EndpointConsumerBuilder,org.apache.camel.EndpointConsumerResolver,org.apache.camel.builder.EndpointProducerBuilder,org.apache.camel.EndpointProducerResolver,IBMCOSEndpointBuilderFactory.AdvancedIBMCOSEndpointConsumerBuilder,IBMCOSEndpointBuilderFactory.AdvancedIBMCOSEndpointProducerBuilder
- Enclosing interface:
IBMCOSEndpointBuilderFactory
public static interface IBMCOSEndpointBuilderFactory.AdvancedIBMCOSEndpointBuilder
extends IBMCOSEndpointBuilderFactory.AdvancedIBMCOSEndpointConsumerBuilder, IBMCOSEndpointBuilderFactory.AdvancedIBMCOSEndpointProducerBuilder
Advanced builder for endpoint for the IBM Cloud Object Storage component.
-
Method Summary
Methods inherited from interface org.apache.camel.builder.EndpointConsumerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getRawUriMethods inherited from interface org.apache.camel.EndpointConsumerResolver
resolve, resolveMethods inherited from interface org.apache.camel.builder.EndpointProducerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getRawUriMethods inherited from interface org.apache.camel.EndpointProducerResolver
resolve, resolveMethods inherited from interface org.apache.camel.builder.endpoint.dsl.IBMCOSEndpointBuilderFactory.AdvancedIBMCOSEndpointConsumerBuilder
autocloseBody, autocloseBody, bridgeErrorHandler, bridgeErrorHandler, exceptionHandler, exceptionHandler, exchangePattern, exchangePattern, inProgressRepository, inProgressRepository, pollStrategy, pollStrategyMethods inherited from interface org.apache.camel.builder.endpoint.dsl.IBMCOSEndpointBuilderFactory.AdvancedIBMCOSEndpointProducerBuilder
lazyStartProducer, lazyStartProducer
-
Method Details
-
basic
- Specified by:
basicin interfaceIBMCOSEndpointBuilderFactory.AdvancedIBMCOSEndpointConsumerBuilder- Specified by:
basicin interfaceIBMCOSEndpointBuilderFactory.AdvancedIBMCOSEndpointProducerBuilder
-
cosClient
default IBMCOSEndpointBuilderFactory.AdvancedIBMCOSEndpointBuilder cosClient(com.ibm.cloud.objectstorage.services.s3.AmazonS3 cosClient) Reference to an IBM COS Client instance in the registry. The option is a:com.ibm.cloud.objectstorage.services.s3.AmazonS3type. Group: advanced- Specified by:
cosClientin interfaceIBMCOSEndpointBuilderFactory.AdvancedIBMCOSEndpointConsumerBuilder- Specified by:
cosClientin interfaceIBMCOSEndpointBuilderFactory.AdvancedIBMCOSEndpointProducerBuilder- Parameters:
cosClient- the value to set- Returns:
- the dsl builder
-
cosClient
Reference to an IBM COS Client instance in the registry. The option will be converted to acom.ibm.cloud.objectstorage.services.s3.AmazonS3type. Group: advanced- Specified by:
cosClientin interfaceIBMCOSEndpointBuilderFactory.AdvancedIBMCOSEndpointConsumerBuilder- Specified by:
cosClientin interfaceIBMCOSEndpointBuilderFactory.AdvancedIBMCOSEndpointProducerBuilder- Parameters:
cosClient- the value to set- Returns:
- the dsl builder
-