| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
S3DataSourceConfiguration |
S3DataSourceConfiguration.clone() |
S3DataSourceConfiguration |
DataSourceConfiguration.getS3Configuration()
Contains details about the configuration of the S3 object containing the data source.
|
S3DataSourceConfiguration |
S3DataSourceConfiguration.withBucketArn(String bucketArn)
The Amazon Resource Name (ARN) of the bucket that contains the data source.
|
S3DataSourceConfiguration |
S3DataSourceConfiguration.withInclusionPrefixes(Collection<String> inclusionPrefixes)
A list of S3 prefixes that define the object containing the data sources.
|
S3DataSourceConfiguration |
S3DataSourceConfiguration.withInclusionPrefixes(String... inclusionPrefixes)
A list of S3 prefixes that define the object containing the data sources.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataSourceConfiguration.setS3Configuration(S3DataSourceConfiguration s3Configuration)
Contains details about the configuration of the S3 object containing the data source.
|
DataSourceConfiguration |
DataSourceConfiguration.withS3Configuration(S3DataSourceConfiguration s3Configuration)
Contains details about the configuration of the S3 object containing the data source.
|
Copyright © 2024. All rights reserved.