@Component @ConfigurationProperties(prefix="docusafe.storeconnection.amazons3") @Validated public class SpringAmazonS3ConnectionProperties extends SpringConnectionPropertiesImpl implements org.adorsys.encobject.types.properties.AmazonS3ConnectionProperties
| Modifier and Type | Field and Description |
|---|---|
static String |
template |
| Constructor and Description |
|---|
SpringAmazonS3ConnectionProperties() |
| Modifier and Type | Method and Description |
|---|---|
org.adorsys.encobject.types.connection.AmazonS3AccessKey |
getAmazonS3AccessKey() |
org.adorsys.encobject.types.connection.AmazonS3Region |
getAmazonS3Region() |
org.adorsys.encobject.types.connection.AmazonS3RootBucketName |
getAmazonS3RootBucketName() |
org.adorsys.encobject.types.connection.AmazonS3SecretKey |
getAmazonS3SecretKey() |
URL |
getUrl() |
void |
setAccesskey(String accesskey) |
void |
setRegion(String region) |
void |
setRootbucket(String rootbucket) |
void |
setSecretkey(String secretkey) |
void |
setUrl(String url) |
getBucketPathEncryptionFilenameOnly, getBucketPathEncryptionPassword, setEncryptionfilenameonly, setEncryptionpasswordpublic static final String template
public URL getUrl()
getUrl in interface org.adorsys.encobject.types.properties.AmazonS3ConnectionPropertiespublic org.adorsys.encobject.types.connection.AmazonS3AccessKey getAmazonS3AccessKey()
getAmazonS3AccessKey in interface org.adorsys.encobject.types.properties.AmazonS3ConnectionPropertiespublic org.adorsys.encobject.types.connection.AmazonS3SecretKey getAmazonS3SecretKey()
getAmazonS3SecretKey in interface org.adorsys.encobject.types.properties.AmazonS3ConnectionPropertiespublic org.adorsys.encobject.types.connection.AmazonS3Region getAmazonS3Region()
getAmazonS3Region in interface org.adorsys.encobject.types.properties.AmazonS3ConnectionPropertiespublic org.adorsys.encobject.types.connection.AmazonS3RootBucketName getAmazonS3RootBucketName()
getAmazonS3RootBucketName in interface org.adorsys.encobject.types.properties.AmazonS3ConnectionPropertiespublic void setUrl(String url)
public void setSecretkey(String secretkey)
public void setAccesskey(String accesskey)
public void setRegion(String region)
public void setRootbucket(String rootbucket)
Copyright © 2019. All rights reserved.