| Package | Description |
|---|---|
| software.amazon.awssdk.services.customerprofiles.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() |
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)
The properties that are applied when Amazon S3 is being used as the flow source.
|
Copyright © 2023. All rights reserved.