Uses of Interface
org.apache.camel.builder.endpoint.dsl.GoogleCloudStorageEndpointBuilderFactory.GoogleCloudStorageEndpointProducerBuilder
Packages that use GoogleCloudStorageEndpointBuilderFactory.GoogleCloudStorageEndpointProducerBuilder
-
Uses of GoogleCloudStorageEndpointBuilderFactory.GoogleCloudStorageEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of GoogleCloudStorageEndpointBuilderFactory.GoogleCloudStorageEndpointProducerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the Google Storage component.Methods in org.apache.camel.builder.endpoint.dsl that return GoogleCloudStorageEndpointBuilderFactory.GoogleCloudStorageEndpointProducerBuilderModifier and TypeMethodDescriptionGoogleCloudStorageEndpointBuilderFactory.GoogleCloudStorageEndpointProducerBuilder.autoCreateBucket(boolean autoCreateBucket) Setting the autocreation of the bucket bucketName.GoogleCloudStorageEndpointBuilderFactory.GoogleCloudStorageEndpointProducerBuilder.autoCreateBucket(String autoCreateBucket) Setting the autocreation of the bucket bucketName.GoogleCloudStorageEndpointBuilderFactory.AdvancedGoogleCloudStorageEndpointProducerBuilder.basic()GoogleCloudStorageEndpointBuilderFactory.GoogleCloudStorageEndpointProducerBuilder.objectName(String objectName) The Object name inside the bucket.GoogleCloudStorageEndpointBuilderFactory.GoogleCloudStorageEndpointProducerBuilder.operation(String operation) Set the operation for the producer.GoogleCloudStorageEndpointBuilderFactory.GoogleCloudStorageEndpointProducerBuilder.operation(org.apache.camel.component.google.storage.GoogleCloudStorageOperations operation) Set the operation for the producer.GoogleCloudStorageEndpointBuilderFactory.GoogleCloudStorageEndpointProducerBuilder.serviceAccountKey(String serviceAccountKey) The Service account key that can be used as credentials for the Storage client.GoogleCloudStorageEndpointBuilderFactory.GoogleCloudStorageEndpointProducerBuilder.storageClass(com.google.cloud.storage.StorageClass storageClass) The Cloud Storage class to use when creating the new buckets.GoogleCloudStorageEndpointBuilderFactory.GoogleCloudStorageEndpointProducerBuilder.storageClass(String storageClass) The Cloud Storage class to use when creating the new buckets.GoogleCloudStorageEndpointBuilderFactory.GoogleCloudStorageEndpointProducerBuilder.storageClient(com.google.cloud.storage.Storage storageClient) The storage client.GoogleCloudStorageEndpointBuilderFactory.GoogleCloudStorageEndpointProducerBuilder.storageClient(String storageClient) The storage client.GoogleCloudStorageEndpointBuilderFactory.GoogleCloudStorageEndpointProducerBuilder.storageLocation(String storageLocation) The Cloud Storage location to use when creating the new buckets.