@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class S3InputFormatConfig extends Object implements Serializable, Cloneable, StructuredPojo
When you use Amazon S3 as the source, the configuration format that you provide the flow input data.
Constructor and Description |
---|
S3InputFormatConfig() |
Modifier and Type | Method and Description |
---|---|
S3InputFormatConfig |
clone() |
boolean |
equals(Object obj) |
String |
getS3InputFileType()
The file type that Amazon AppFlow gets from your Amazon S3 bucket.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setS3InputFileType(String s3InputFileType)
The file type that Amazon AppFlow gets from your Amazon S3 bucket.
|
String |
toString()
Returns a string representation of this object.
|
S3InputFormatConfig |
withS3InputFileType(S3InputFileType s3InputFileType)
The file type that Amazon AppFlow gets from your Amazon S3 bucket.
|
S3InputFormatConfig |
withS3InputFileType(String s3InputFileType)
The file type that Amazon AppFlow gets from your Amazon S3 bucket.
|
public void setS3InputFileType(String s3InputFileType)
The file type that Amazon AppFlow gets from your Amazon S3 bucket.
s3InputFileType
- The file type that Amazon AppFlow gets from your Amazon S3 bucket.S3InputFileType
public String getS3InputFileType()
The file type that Amazon AppFlow gets from your Amazon S3 bucket.
S3InputFileType
public S3InputFormatConfig withS3InputFileType(String s3InputFileType)
The file type that Amazon AppFlow gets from your Amazon S3 bucket.
s3InputFileType
- The file type that Amazon AppFlow gets from your Amazon S3 bucket.S3InputFileType
public S3InputFormatConfig withS3InputFileType(S3InputFileType s3InputFileType)
The file type that Amazon AppFlow gets from your Amazon S3 bucket.
s3InputFileType
- The file type that Amazon AppFlow gets from your Amazon S3 bucket.S3InputFileType
public String toString()
toString
in class Object
Object.toString()
public S3InputFormatConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.