org.apache.camel.component.aws.s3
Class S3Configuration
java.lang.Object
org.apache.camel.component.aws.s3.S3Configuration
- All Implemented Interfaces:
- Cloneable
public class S3Configuration
- extends Object
- implements Cloneable
The AWS S3 component configuration properties
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
S3Configuration
public S3Configuration()
setAmazonS3Endpoint
public void setAmazonS3Endpoint(String amazonS3Endpoint)
getAmazonS3Endpoint
public String getAmazonS3Endpoint()
getAccessKey
public String getAccessKey()
setAccessKey
public void setAccessKey(String accessKey)
getSecretKey
public String getSecretKey()
setSecretKey
public void setSecretKey(String secretKey)
getAmazonS3Client
public com.amazonaws.services.s3.AmazonS3Client getAmazonS3Client()
setAmazonS3Client
public void setAmazonS3Client(com.amazonaws.services.s3.AmazonS3Client amazonS3Client)
getBucketName
public String getBucketName()
setBucketName
public void setBucketName(String bucketName)
getRegion
public String getRegion()
setRegion
public void setRegion(String region)
isDeleteAfterRead
public boolean isDeleteAfterRead()
setDeleteAfterRead
public void setDeleteAfterRead(boolean deleteAfterRead)
Apache CAMEL