| Package | Description |
|---|---|
| com.amazonaws.services.lookoutmetrics.model |
| Modifier and Type | Method and Description |
|---|---|
S3SourceConfig |
S3SourceConfig.clone() |
S3SourceConfig |
MetricSource.getS3SourceConfig() |
S3SourceConfig |
S3SourceConfig.withFileFormatDescriptor(FileFormatDescriptor fileFormatDescriptor)
Contains information about a source file's formatting.
|
S3SourceConfig |
S3SourceConfig.withHistoricalDataPathList(Collection<String> historicalDataPathList)
A list of paths to the historical data files.
|
S3SourceConfig |
S3SourceConfig.withHistoricalDataPathList(String... historicalDataPathList)
A list of paths to the historical data files.
|
S3SourceConfig |
S3SourceConfig.withRoleArn(String roleArn)
The ARN of an IAM role that has read and write access permissions to the source S3 bucket.
|
S3SourceConfig |
S3SourceConfig.withTemplatedPathList(Collection<String> templatedPathList)
A list of templated paths to the source files.
|
S3SourceConfig |
S3SourceConfig.withTemplatedPathList(String... templatedPathList)
A list of templated paths to the source files.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetricSource.setS3SourceConfig(S3SourceConfig s3SourceConfig) |
MetricSource |
MetricSource.withS3SourceConfig(S3SourceConfig s3SourceConfig) |
Copyright © 2023. All rights reserved.