Class UpsolverS3OutputFormatConfig
- java.lang.Object
-
- software.amazon.awssdk.services.appflow.model.UpsolverS3OutputFormatConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<UpsolverS3OutputFormatConfig.Builder,UpsolverS3OutputFormatConfig>
@Generated("software.amazon.awssdk:codegen") public final class UpsolverS3OutputFormatConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UpsolverS3OutputFormatConfig.Builder,UpsolverS3OutputFormatConfig>
The configuration that determines how Amazon AppFlow formats the flow output data when Upsolver is used as the destination.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpsolverS3OutputFormatConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AggregationConfigaggregationConfig()Returns the value of the AggregationConfig property for this object.static UpsolverS3OutputFormatConfig.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)FileTypefileType()Indicates the file type that Amazon AppFlow places in the Upsolver Amazon S3 bucket.StringfileTypeAsString()Indicates the file type that Amazon AppFlow places in the Upsolver Amazon S3 bucket.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()PrefixConfigprefixConfig()Returns the value of the PrefixConfig property for this object.List<SdkField<?>>sdkFields()static Class<? extends UpsolverS3OutputFormatConfig.Builder>serializableBuilderClass()UpsolverS3OutputFormatConfig.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
fileType
public final FileType fileType()
Indicates the file type that Amazon AppFlow places in the Upsolver Amazon S3 bucket.
If the service returns an enum value that is not available in the current SDK version,
fileTypewill returnFileType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromfileTypeAsString().- Returns:
- Indicates the file type that Amazon AppFlow places in the Upsolver Amazon S3 bucket.
- See Also:
FileType
-
fileTypeAsString
public final String fileTypeAsString()
Indicates the file type that Amazon AppFlow places in the Upsolver Amazon S3 bucket.
If the service returns an enum value that is not available in the current SDK version,
fileTypewill returnFileType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromfileTypeAsString().- Returns:
- Indicates the file type that Amazon AppFlow places in the Upsolver Amazon S3 bucket.
- See Also:
FileType
-
prefixConfig
public final PrefixConfig prefixConfig()
Returns the value of the PrefixConfig property for this object.- Returns:
- The value of the PrefixConfig property for this object.
-
aggregationConfig
public final AggregationConfig aggregationConfig()
Returns the value of the AggregationConfig property for this object.- Returns:
- The value of the AggregationConfig property for this object.
-
toBuilder
public UpsolverS3OutputFormatConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpsolverS3OutputFormatConfig.Builder,UpsolverS3OutputFormatConfig>
-
builder
public static UpsolverS3OutputFormatConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpsolverS3OutputFormatConfig.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-