@Generated(value="software.amazon.awssdk:codegen") public final class PrefixConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PrefixConfig.Builder,PrefixConfig>
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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PrefixConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PrefixConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
PrefixFormat |
prefixFormat()
Determines the level of granularity that's included in the prefix.
|
String |
prefixFormatAsString()
Determines the level of granularity that's included in the prefix.
|
PrefixType |
prefixType()
Determines the format of the prefix, and whether it applies to the file name, file path, or both.
|
String |
prefixTypeAsString()
Determines the format of the prefix, and whether it applies to the file name, file path, or both.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PrefixConfig.Builder> |
serializableBuilderClass() |
PrefixConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final PrefixType prefixType()
Determines the format of the prefix, and whether it applies to the file name, file path, or both.
If the service returns an enum value that is not available in the current SDK version, prefixType will
return PrefixType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
prefixTypeAsString().
PrefixTypepublic final String prefixTypeAsString()
Determines the format of the prefix, and whether it applies to the file name, file path, or both.
If the service returns an enum value that is not available in the current SDK version, prefixType will
return PrefixType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
prefixTypeAsString().
PrefixTypepublic final PrefixFormat prefixFormat()
Determines the level of granularity that's included in the prefix.
If the service returns an enum value that is not available in the current SDK version, prefixFormat will
return PrefixFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
prefixFormatAsString().
PrefixFormatpublic final String prefixFormatAsString()
Determines the level of granularity that's included in the prefix.
If the service returns an enum value that is not available in the current SDK version, prefixFormat will
return PrefixFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
prefixFormatAsString().
PrefixFormatpublic PrefixConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PrefixConfig.Builder,PrefixConfig>public static PrefixConfig.Builder builder()
public static Class<? extends PrefixConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.