Interface S3InputFormatConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<S3InputFormatConfig.Builder,S3InputFormatConfig>,SdkBuilder<S3InputFormatConfig.Builder,S3InputFormatConfig>,SdkPojo
- Enclosing class:
- S3InputFormatConfig
public static interface S3InputFormatConfig.Builder extends SdkPojo, CopyableBuilder<S3InputFormatConfig.Builder,S3InputFormatConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description S3InputFormatConfig.Builders3InputFileType(String s3InputFileType)The file type that Amazon AppFlow gets from your Amazon S3 bucket.S3InputFormatConfig.Builders3InputFileType(S3InputFileType s3InputFileType)The file type that Amazon AppFlow gets from your Amazon S3 bucket.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
s3InputFileType
S3InputFormatConfig.Builder s3InputFileType(String s3InputFileType)
The file type that Amazon AppFlow gets from your Amazon S3 bucket.
- Parameters:
s3InputFileType- The file type that Amazon AppFlow gets from your Amazon S3 bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
S3InputFileType,S3InputFileType
-
s3InputFileType
S3InputFormatConfig.Builder s3InputFileType(S3InputFileType s3InputFileType)
The file type that Amazon AppFlow gets from your Amazon S3 bucket.
- Parameters:
s3InputFileType- The file type that Amazon AppFlow gets from your Amazon S3 bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
S3InputFileType,S3InputFileType
-
-