public class AmazonS3FileSink extends AmazonS3File implements FileSink
amazonS3FileSystem, bucketName, pathSERIALIZED_CLASS_NAME, TYPEXML_SERIALIZED_CLASS_NAME| Constructor and Description |
|---|
AmazonS3FileSink() |
| Modifier and Type | Method and Description |
|---|---|
AmazonS3FileSink |
fromRecord(Record source)
Loads this instance's state from a record and returns
this (for fluid API call chaining). |
AmazonS3FileSink |
fromXmlElement(Element localFileSinkElement) |
OutputStream |
getOutputStream() |
boolean |
isAppend() |
AmazonS3FileSink |
setAmazonS3FileSystem(AmazonS3FileSystem amazonS3FileSystem) |
AmazonS3FileSink |
setBasicAWSCredentials(String accessKey,
String secretKey) |
AmazonS3FileSink |
setBucketName(String bucketName) |
AmazonS3FileSink |
setCredentials(AWSCredentials credentials) |
AmazonS3FileSink |
setCredentialsProvider(AWSCredentialsProvider credentialsProvider) |
AmazonS3FileSink |
setName(String name) |
AmazonS3FileSink |
setPath(String path) |
AmazonS3FileSink |
setProfileCredentialsProvider() |
Record |
toRecord() |
Element |
toXmlElement(Document document) |
assertValid, getAmazonS3FileSystem, getBucketName, getContentType, getCredentials, getCredentialsProvider, getFileSize, getFileType, getName, getPath, getUrlPath, isDebug, isLocal, setDebugaddExceptionProperties, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetContentType, getFileSize, getFileType, getName, getPath, getUrlPath, isLocalfromArrayValue, fromArrayValue, fromArrayValue, fromJson, fromJson, newInstanceFromRecord, newInstanceFromRecord, toArrayValue, toJson, toJson, toJson, toRecordnewInstanceFromJsonforEachGrandChildElement, fromXml, fromXml, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getChildElement, getChildElements, newInstanceFromXml, newInstanceFromXml, setAttribute, toXml, toXml, toXml, toXml, toXml, writeXml, writeXmladdExceptionProperties, contributeExceptionProperties, contributeExceptionProperties, exception, exception, exceptionpublic OutputStream getOutputStream()
getOutputStream in interface FileSinkpublic AmazonS3FileSink setName(String name)
setName in class AmazonS3Filepublic AmazonS3FileSink setPath(String path)
setPath in class AmazonS3Filepublic AmazonS3FileSink setBucketName(String bucketName)
setBucketName in class AmazonS3Filepublic AmazonS3FileSink setAmazonS3FileSystem(AmazonS3FileSystem amazonS3FileSystem)
setAmazonS3FileSystem in class AmazonS3Filepublic AmazonS3FileSink setCredentials(AWSCredentials credentials)
setCredentials in class AmazonS3Filepublic AmazonS3FileSink setProfileCredentialsProvider()
setProfileCredentialsProvider in class AmazonS3Filepublic AmazonS3FileSink setCredentialsProvider(AWSCredentialsProvider credentialsProvider)
setCredentialsProvider in class AmazonS3Filepublic AmazonS3FileSink setBasicAWSCredentials(String accessKey, String secretKey)
setBasicAWSCredentials in class AmazonS3Filepublic Record toRecord()
toRecord in interface RecordSerializabletoRecord in class AmazonS3Filepublic AmazonS3FileSink fromRecord(Record source)
RecordSerializablethis (for fluid API call chaining).
For fluid API call chaining, the overridden method should change the declared return type to its class.fromRecord in interface RecordSerializablefromRecord in interface FileSinkfromRecord in class AmazonS3Filepublic Element toXmlElement(Document document)
toXmlElement in interface XmlSerializabletoXmlElement in class AmazonS3Filepublic AmazonS3FileSink fromXmlElement(Element localFileSinkElement)
fromXmlElement in interface XmlSerializablefromXmlElement in class AmazonS3FileCopyright (c) 2006-2025 North Concepts Inc. All Rights Reserved.