@Generated(value="software.amazon.awssdk:codegen") public final class S3InputFormatConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3InputFormatConfig.Builder,S3InputFormatConfig>
When you use Amazon S3 as the source, the configuration format that you provide the flow input data.
| Modifier and Type | Class and Description |
|---|---|
static interface |
S3InputFormatConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static S3InputFormatConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
S3InputFileType |
s3InputFileType()
The file type that Amazon AppFlow gets from your Amazon S3 bucket.
|
String |
s3InputFileTypeAsString()
The file type that Amazon AppFlow gets from your Amazon S3 bucket.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends S3InputFormatConfig.Builder> |
serializableBuilderClass() |
S3InputFormatConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final S3InputFileType s3InputFileType()
The file type that Amazon AppFlow gets from your Amazon S3 bucket.
If the service returns an enum value that is not available in the current SDK version, s3InputFileType
will return S3InputFileType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from s3InputFileTypeAsString().
S3InputFileTypepublic final String s3InputFileTypeAsString()
The file type that Amazon AppFlow gets from your Amazon S3 bucket.
If the service returns an enum value that is not available in the current SDK version, s3InputFileType
will return S3InputFileType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from s3InputFileTypeAsString().
S3InputFileTypepublic S3InputFormatConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<S3InputFormatConfig.Builder,S3InputFormatConfig>public static S3InputFormatConfig.Builder builder()
public static Class<? extends S3InputFormatConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.