Class S3FetcherConfig
- java.lang.Object
-
- org.apache.tika.pipes.fetcher.config.AbstractConfig
-
- org.apache.tika.pipes.fetcher.s3.config.S3FetcherConfig
-
public class S3FetcherConfig extends AbstractConfig
-
-
Constructor Summary
Constructors Constructor Description S3FetcherConfig()
-
Method Summary
-
-
-
Method Detail
-
isSpoolToTemp
public boolean isSpoolToTemp()
-
setSpoolToTemp
public S3FetcherConfig setSpoolToTemp(boolean spoolToTemp)
-
getRegion
public String getRegion()
-
setRegion
public S3FetcherConfig setRegion(String region)
-
getProfile
public String getProfile()
-
setProfile
public S3FetcherConfig setProfile(String profile)
-
getBucket
public String getBucket()
-
setBucket
public S3FetcherConfig setBucket(String bucket)
-
getCommaDelimitedLongs
public String getCommaDelimitedLongs()
-
setCommaDelimitedLongs
public S3FetcherConfig setCommaDelimitedLongs(String commaDelimitedLongs)
-
getPrefix
public String getPrefix()
-
setPrefix
public S3FetcherConfig setPrefix(String prefix)
-
isExtractUserMetadata
public boolean isExtractUserMetadata()
-
setExtractUserMetadata
public S3FetcherConfig setExtractUserMetadata(boolean extractUserMetadata)
-
getMaxConnections
public int getMaxConnections()
-
setMaxConnections
public S3FetcherConfig setMaxConnections(int maxConnections)
-
getCredentialsProvider
public String getCredentialsProvider()
-
setCredentialsProvider
public S3FetcherConfig setCredentialsProvider(String credentialsProvider)
-
getMaxLength
public long getMaxLength()
-
setMaxLength
public S3FetcherConfig setMaxLength(long maxLength)
-
getAccessKey
public String getAccessKey()
-
setAccessKey
public S3FetcherConfig setAccessKey(String accessKey)
-
getSecretKey
public String getSecretKey()
-
setSecretKey
public S3FetcherConfig setSecretKey(String secretKey)
-
getEndpointConfigurationService
public String getEndpointConfigurationService()
-
setEndpointConfigurationService
public S3FetcherConfig setEndpointConfigurationService(String endpointConfigurationService)
-
isPathStyleAccessEnabled
public boolean isPathStyleAccessEnabled()
-
setPathStyleAccessEnabled
public S3FetcherConfig setPathStyleAccessEnabled(boolean pathStyleAccessEnabled)
-
getThrottleSeconds
public long[] getThrottleSeconds()
-
setThrottleSeconds
public S3FetcherConfig setThrottleSeconds(long[] throttleSeconds)
-
-