@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PrefixConfig extends Object implements Serializable, Cloneable, StructuredPojo
Determines the prefix that Amazon AppFlow applies to the destination folder name. You can name your destination folders according to the flow frequency and date.
| Constructor and Description |
|---|
PrefixConfig() |
| Modifier and Type | Method and Description |
|---|---|
PrefixConfig |
clone() |
boolean |
equals(Object obj) |
String |
getPrefixFormat()
Determines the level of granularity that's included in the prefix.
|
String |
getPrefixType()
Determines the format of the prefix, and whether it applies to the file name, file path, or both.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setPrefixFormat(String prefixFormat)
Determines the level of granularity that's included in the prefix.
|
void |
setPrefixType(String prefixType)
Determines the format of the prefix, and whether it applies to the file name, file path, or both.
|
String |
toString()
Returns a string representation of this object.
|
PrefixConfig |
withPrefixFormat(PrefixFormat prefixFormat)
Determines the level of granularity that's included in the prefix.
|
PrefixConfig |
withPrefixFormat(String prefixFormat)
Determines the level of granularity that's included in the prefix.
|
PrefixConfig |
withPrefixType(PrefixType prefixType)
Determines the format of the prefix, and whether it applies to the file name, file path, or both.
|
PrefixConfig |
withPrefixType(String prefixType)
Determines the format of the prefix, and whether it applies to the file name, file path, or both.
|
public void setPrefixType(String prefixType)
Determines the format of the prefix, and whether it applies to the file name, file path, or both.
prefixType - Determines the format of the prefix, and whether it applies to the file name, file path, or both.PrefixTypepublic String getPrefixType()
Determines the format of the prefix, and whether it applies to the file name, file path, or both.
PrefixTypepublic PrefixConfig withPrefixType(String prefixType)
Determines the format of the prefix, and whether it applies to the file name, file path, or both.
prefixType - Determines the format of the prefix, and whether it applies to the file name, file path, or both.PrefixTypepublic PrefixConfig withPrefixType(PrefixType prefixType)
Determines the format of the prefix, and whether it applies to the file name, file path, or both.
prefixType - Determines the format of the prefix, and whether it applies to the file name, file path, or both.PrefixTypepublic void setPrefixFormat(String prefixFormat)
Determines the level of granularity that's included in the prefix.
prefixFormat - Determines the level of granularity that's included in the prefix.PrefixFormatpublic String getPrefixFormat()
Determines the level of granularity that's included in the prefix.
PrefixFormatpublic PrefixConfig withPrefixFormat(String prefixFormat)
Determines the level of granularity that's included in the prefix.
prefixFormat - Determines the level of granularity that's included in the prefix.PrefixFormatpublic PrefixConfig withPrefixFormat(PrefixFormat prefixFormat)
Determines the level of granularity that's included in the prefix.
prefixFormat - Determines the level of granularity that's included in the prefix.PrefixFormatpublic String toString()
toString in class ObjectObject.toString()public PrefixConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.