Uses of Interface
software.amazon.awssdk.services.appflow.model.S3SourceProperties.Builder
-
Packages that use S3SourceProperties.Builder Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of S3SourceProperties.Builder in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return S3SourceProperties.Builder Modifier and Type Method Description S3SourceProperties.BuilderS3SourceProperties.Builder. bucketName(String bucketName)The Amazon S3 bucket name where the source files are stored.S3SourceProperties.BuilderS3SourceProperties.Builder. bucketPrefix(String bucketPrefix)The object key for the Amazon S3 bucket in which the source files are stored.static S3SourceProperties.BuilderS3SourceProperties. builder()default S3SourceProperties.BuilderS3SourceProperties.Builder. s3InputFormatConfig(Consumer<S3InputFormatConfig.Builder> s3InputFormatConfig)Sets the value of the S3InputFormatConfig property for this object.S3SourceProperties.BuilderS3SourceProperties.Builder. s3InputFormatConfig(S3InputFormatConfig s3InputFormatConfig)Sets the value of the S3InputFormatConfig property for this object.S3SourceProperties.BuilderS3SourceProperties. toBuilder()Methods in software.amazon.awssdk.services.appflow.model that return types with arguments of type S3SourceProperties.Builder Modifier and Type Method Description static Class<? extends S3SourceProperties.Builder>S3SourceProperties. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appflow.model with type arguments of type S3SourceProperties.Builder Modifier and Type Method Description default SourceConnectorProperties.BuilderSourceConnectorProperties.Builder. s3(Consumer<S3SourceProperties.Builder> s3)Specifies the information that is required for querying Amazon S3.
-