public class S3CommonConfig extends CommonConfig<com.amazonaws.services.s3.AmazonS3Client>
clientBuilder
Constructor and Description |
---|
S3CommonConfig() |
Modifier and Type | Method and Description |
---|---|
String |
connectionId() |
void |
disconnect() |
protected String |
getDefaultRegion() |
Integer |
getMaxConnections() |
String |
getStorageUrl() |
boolean |
isConnected() |
protected void |
setClientBuilder() |
void |
setMaxConnections(Integer maxConnections) |
void |
setStorageUrl(String storageUrl) |
getAsyncClient, getClientBuilder, getConfigRegion, getConnectionTimeout, getProtocol, getProxyDomain, getProxyHost, getProxyPassword, getProxyPort, getProxyUsername, getProxyWorkstation, getSocketTimeout, getSyncClient, setConnectionTimeout, setProtocol, setProxyDomain, setProxyHost, setProxyPassword, setProxyPort, setProxyUsername, setProxyWorkstation, setSocketTimeout
protected String getDefaultRegion()
getDefaultRegion
in class CommonConfig<com.amazonaws.services.s3.AmazonS3Client>
protected void setClientBuilder()
setClientBuilder
in class CommonConfig<com.amazonaws.services.s3.AmazonS3Client>
@Disconnect public void disconnect()
@ValidateConnection public boolean isConnected()
@ConnectionIdentifier public String connectionId()
public Integer getMaxConnections()
public void setMaxConnections(Integer maxConnections)
public String getStorageUrl()
public void setStorageUrl(String storageUrl)
Copyright © 2010–2020. All rights reserved.