Uses of Interface
software.amazon.awssdk.services.appflow.model.S3InputFormatConfig.Builder
-
Packages that use S3InputFormatConfig.Builder Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of S3InputFormatConfig.Builder in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return S3InputFormatConfig.Builder Modifier and Type Method Description static S3InputFormatConfig.BuilderS3InputFormatConfig. builder()S3InputFormatConfig.BuilderS3InputFormatConfig.Builder. s3InputFileType(String s3InputFileType)The file type that Amazon AppFlow gets from your Amazon S3 bucket.S3InputFormatConfig.BuilderS3InputFormatConfig.Builder. s3InputFileType(S3InputFileType s3InputFileType)The file type that Amazon AppFlow gets from your Amazon S3 bucket.S3InputFormatConfig.BuilderS3InputFormatConfig. toBuilder()Methods in software.amazon.awssdk.services.appflow.model that return types with arguments of type S3InputFormatConfig.Builder Modifier and Type Method Description static Class<? extends S3InputFormatConfig.Builder>S3InputFormatConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appflow.model with type arguments of type S3InputFormatConfig.Builder Modifier and Type Method Description default S3SourceProperties.BuilderS3SourceProperties.Builder. s3InputFormatConfig(Consumer<S3InputFormatConfig.Builder> s3InputFormatConfig)Sets the value of the S3InputFormatConfig property for this object.
-