| Package | Description |
|---|---|
| software.amazon.awssdk.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
S3SourceProperties.Builder |
S3SourceProperties.Builder.bucketName(String bucketName)
The Amazon S3 bucket name where the source files are stored.
|
S3SourceProperties.Builder |
S3SourceProperties.Builder.bucketPrefix(String bucketPrefix)
The object key for the Amazon S3 bucket in which the source files are stored.
|
static S3SourceProperties.Builder |
S3SourceProperties.builder() |
default S3SourceProperties.Builder |
S3SourceProperties.Builder.s3InputFormatConfig(Consumer<S3InputFormatConfig.Builder> s3InputFormatConfig)
Sets the value of the S3InputFormatConfig property for this object.
|
S3SourceProperties.Builder |
S3SourceProperties.Builder.s3InputFormatConfig(S3InputFormatConfig s3InputFormatConfig)
Sets the value of the S3InputFormatConfig property for this object.
|
S3SourceProperties.Builder |
S3SourceProperties.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends S3SourceProperties.Builder> |
S3SourceProperties.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SourceConnectorProperties.Builder |
SourceConnectorProperties.Builder.s3(Consumer<S3SourceProperties.Builder> s3)
Specifies the information that is required for querying Amazon S3.
|
Copyright © 2023. All rights reserved.