Interface OBSEndpointBuilderFactory.OBSEndpointProducerBuilder

  • All Superinterfaces:
    org.apache.camel.builder.EndpointProducerBuilder, org.apache.camel.EndpointProducerResolver
    All Known Subinterfaces:
    OBSEndpointBuilderFactory.OBSEndpointBuilder
    Enclosing interface:
    OBSEndpointBuilderFactory

    public static interface OBSEndpointBuilderFactory.OBSEndpointProducerBuilder
    extends org.apache.camel.builder.EndpointProducerBuilder
    Builder for endpoint producers for the Huawei Object Storage Service (OBS) component.
    • Method Detail

      • endpoint

        default OBSEndpointBuilderFactory.OBSEndpointProducerBuilder endpoint​(String endpoint)
        OBS url. Carries higher precedence than region parameter based client initialization. The option is a: <code>java.lang.String</code> type. Group: common
        Parameters:
        endpoint - the value to set
        Returns:
        the dsl builder
      • region

        default OBSEndpointBuilderFactory.OBSEndpointProducerBuilder region​(String region)
        OBS service region. This is lower precedence than endpoint based configuration. The option is a: <code>java.lang.String</code> type. Required: true Group: common
        Parameters:
        region - the value to set
        Returns:
        the dsl builder
      • bucketLocation

        default OBSEndpointBuilderFactory.OBSEndpointProducerBuilder bucketLocation​(String bucketLocation)
        Location of bucket when creating a new bucket. The option is a: <code>java.lang.String</code> type. Group: producer
        Parameters:
        bucketLocation - the value to set
        Returns:
        the dsl builder
      • lazyStartProducer

        default OBSEndpointBuilderFactory.OBSEndpointProducerBuilder lazyStartProducer​(boolean lazyStartProducer)
        Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing. The option is a: <code>boolean</code> type. Default: false Group: producer
        Parameters:
        lazyStartProducer - the value to set
        Returns:
        the dsl builder
      • lazyStartProducer

        default OBSEndpointBuilderFactory.OBSEndpointProducerBuilder lazyStartProducer​(String lazyStartProducer)
        Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing. The option will be converted to a <code>boolean</code> type. Default: false Group: producer
        Parameters:
        lazyStartProducer - the value to set
        Returns:
        the dsl builder
      • ignoreSslVerification

        default OBSEndpointBuilderFactory.OBSEndpointProducerBuilder ignoreSslVerification​(boolean ignoreSslVerification)
        Ignore SSL verification. The option is a: <code>boolean</code> type. Default: false Group: security
        Parameters:
        ignoreSslVerification - the value to set
        Returns:
        the dsl builder
      • ignoreSslVerification

        default OBSEndpointBuilderFactory.OBSEndpointProducerBuilder ignoreSslVerification​(String ignoreSslVerification)
        Ignore SSL verification. The option will be converted to a <code>boolean</code> type. Default: false Group: security
        Parameters:
        ignoreSslVerification - the value to set
        Returns:
        the dsl builder
      • serviceKeys

        default OBSEndpointBuilderFactory.OBSEndpointProducerBuilder serviceKeys​(Object serviceKeys)
        Configuration object for cloud service authentication. The option is a: <code>org.apache.camel.component.huaweicloud.common.models.ServiceKeys</code> type. Group: security
        Parameters:
        serviceKeys - the value to set
        Returns:
        the dsl builder
      • serviceKeys

        default OBSEndpointBuilderFactory.OBSEndpointProducerBuilder serviceKeys​(String serviceKeys)
        Configuration object for cloud service authentication. The option will be converted to a <code>org.apache.camel.component.huaweicloud.common.models.ServiceKeys</code> type. Group: security
        Parameters:
        serviceKeys - the value to set
        Returns:
        the dsl builder