Class AwsS3ComponentBuilderFactory.AwsS3ComponentBuilderImpl
- java.lang.Object
-
- org.apache.camel.builder.component.AbstractComponentBuilder<org.apache.camel.component.aws.s3.S3Component>
-
- org.apache.camel.builder.component.dsl.AwsS3ComponentBuilderFactory.AwsS3ComponentBuilderImpl
-
- All Implemented Interfaces:
ComponentBuilder<org.apache.camel.component.aws.s3.S3Component>
,AwsS3ComponentBuilderFactory.AwsS3ComponentBuilder
- Enclosing interface:
- AwsS3ComponentBuilderFactory
public static class AwsS3ComponentBuilderFactory.AwsS3ComponentBuilderImpl extends AbstractComponentBuilder<org.apache.camel.component.aws.s3.S3Component> implements AwsS3ComponentBuilderFactory.AwsS3ComponentBuilder
-
-
Constructor Summary
Constructors Constructor Description AwsS3ComponentBuilderImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.camel.component.aws.s3.S3Component
buildConcreteComponent()
protected boolean
setPropertyOnComponent(org.apache.camel.Component component, String name, Object value)
-
Methods inherited from class org.apache.camel.builder.component.AbstractComponentBuilder
build, build, doSetProperty, register
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.camel.builder.component.dsl.AwsS3ComponentBuilderFactory.AwsS3ComponentBuilder
accelerateModeEnabled, accessKey, amazonS3Client, autocloseBody, autoCreateBucket, autoDiscoverClient, autowiredEnabled, awsKMSKeyId, bridgeErrorHandler, chunkedEncodingDisabled, configuration, deleteAfterRead, deleteAfterWrite, delimiter, dualstackEnabled, encryptionMaterials, endpointConfiguration, fileName, forceGlobalBucketAccessEnabled, includeBody, keyName, lazyStartProducer, multiPartUpload, operation, partSize, pathStyleAccess, payloadSigningEnabled, policy, prefix, proxyHost, proxyPort, proxyProtocol, region, secretKey, serverSideEncryption, storageClass, useAwsKMS, useEncryption, useIAMCredentials
-
Methods inherited from interface org.apache.camel.builder.component.ComponentBuilder
build, build, doSetProperty, register
-
-
-
-
Method Detail
-
buildConcreteComponent
protected org.apache.camel.component.aws.s3.S3Component buildConcreteComponent()
- Specified by:
buildConcreteComponent
in classAbstractComponentBuilder<org.apache.camel.component.aws.s3.S3Component>
-
setPropertyOnComponent
protected boolean setPropertyOnComponent(org.apache.camel.Component component, String name, Object value)
- Specified by:
setPropertyOnComponent
in classAbstractComponentBuilder<org.apache.camel.component.aws.s3.S3Component>
-
-