@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, withSecretKey
getEncoding, 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 S3Configuration
public S3ReaderConfiguration withAdditionalProperty(String name, Object value)
withAdditionalProperty
in class S3Configuration
public int hashCode()
hashCode
in class S3Configuration
public boolean equals(Object other)
equals
in class S3Configuration
Copyright © 2018 The Apache Software Foundation. All rights reserved.