@Generated(value="org.jsonschema2pojo") public class S3ReaderConfiguration extends S3Configuration implements Serializable
S3Configuration.Protocol| Constructor and Description |
|---|
S3ReaderConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
String |
getReaderPath()
Path below root path
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setReaderPath(String readerPath)
Path below root path
|
String |
toString() |
S3ReaderConfiguration |
withAdditionalProperty(String name,
Object value) |
S3ReaderConfiguration |
withReaderPath(String readerPath) |
getBucket, getKey, getProtocol, getRegion, getSecretKey, setBucket, setKey, setProtocol, setRegion, setSecretKey, withBucket, withKey, withProtocol, withRegion, withSecretKeygetEncoding, getFieldDelimiter, getFields, getLineDelimiter, setEncoding, setFieldDelimiter, setFields, setLineDelimiter, withEncoding, withFieldDelimiter, withFields, withLineDelimiter@BeanProperty(value="readerPath") public String getReaderPath()
@BeanProperty(value="readerPath") public void setReaderPath(String readerPath)
readerPath - The readerPathpublic S3ReaderConfiguration withReaderPath(String readerPath)
public String toString()
toString in class S3Configuration@BeanProperty(name="*") public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in class S3Configuration@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
setAdditionalProperty in class S3Configurationpublic S3ReaderConfiguration withAdditionalProperty(String name, Object value)
withAdditionalProperty in class S3Configurationpublic int hashCode()
hashCode in class S3Configurationpublic boolean equals(Object other)
equals in class S3ConfigurationCopyright © 2018 The Apache Software Foundation. All rights reserved.