@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class S3OutputFormatConfig extends Object implements Serializable, Cloneable, StructuredPojo
The configuration that determines how Amazon AppFlow should format the flow output data when Amazon S3 is used as the destination.
Constructor and Description |
---|
S3OutputFormatConfig() |
Modifier and Type | Method and Description |
---|---|
S3OutputFormatConfig |
clone() |
boolean |
equals(Object obj) |
AggregationConfig |
getAggregationConfig() |
String |
getFileType()
Indicates the file type that Amazon AppFlow places in the Amazon S3 bucket.
|
PrefixConfig |
getPrefixConfig()
Determines the prefix that Amazon AppFlow applies to the folder name in the Amazon S3 bucket.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAggregationConfig(AggregationConfig aggregationConfig) |
void |
setFileType(String fileType)
Indicates the file type that Amazon AppFlow places in the Amazon S3 bucket.
|
void |
setPrefixConfig(PrefixConfig prefixConfig)
Determines the prefix that Amazon AppFlow applies to the folder name in the Amazon S3 bucket.
|
String |
toString()
Returns a string representation of this object.
|
S3OutputFormatConfig |
withAggregationConfig(AggregationConfig aggregationConfig) |
S3OutputFormatConfig |
withFileType(FileType fileType)
Indicates the file type that Amazon AppFlow places in the Amazon S3 bucket.
|
S3OutputFormatConfig |
withFileType(String fileType)
Indicates the file type that Amazon AppFlow places in the Amazon S3 bucket.
|
S3OutputFormatConfig |
withPrefixConfig(PrefixConfig prefixConfig)
Determines the prefix that Amazon AppFlow applies to the folder name in the Amazon S3 bucket.
|
public void setFileType(String fileType)
Indicates the file type that Amazon AppFlow places in the Amazon S3 bucket.
fileType
- Indicates the file type that Amazon AppFlow places in the Amazon S3 bucket.FileType
public String getFileType()
Indicates the file type that Amazon AppFlow places in the Amazon S3 bucket.
FileType
public S3OutputFormatConfig withFileType(String fileType)
Indicates the file type that Amazon AppFlow places in the Amazon S3 bucket.
fileType
- Indicates the file type that Amazon AppFlow places in the Amazon S3 bucket.FileType
public S3OutputFormatConfig withFileType(FileType fileType)
Indicates the file type that Amazon AppFlow places in the Amazon S3 bucket.
fileType
- Indicates the file type that Amazon AppFlow places in the Amazon S3 bucket.FileType
public void setPrefixConfig(PrefixConfig prefixConfig)
Determines the prefix that Amazon AppFlow applies to the folder name in the Amazon S3 bucket. You can name folders according to the flow frequency and date.
prefixConfig
- Determines the prefix that Amazon AppFlow applies to the folder name in the Amazon S3 bucket. You can name
folders according to the flow frequency and date.public PrefixConfig getPrefixConfig()
Determines the prefix that Amazon AppFlow applies to the folder name in the Amazon S3 bucket. You can name folders according to the flow frequency and date.
public S3OutputFormatConfig withPrefixConfig(PrefixConfig prefixConfig)
Determines the prefix that Amazon AppFlow applies to the folder name in the Amazon S3 bucket. You can name folders according to the flow frequency and date.
prefixConfig
- Determines the prefix that Amazon AppFlow applies to the folder name in the Amazon S3 bucket. You can name
folders according to the flow frequency and date.public void setAggregationConfig(AggregationConfig aggregationConfig)
aggregationConfig
- public AggregationConfig getAggregationConfig()
public S3OutputFormatConfig withAggregationConfig(AggregationConfig aggregationConfig)
aggregationConfig
- public String toString()
toString
in class Object
Object.toString()
public S3OutputFormatConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.