| Package | Description |
|---|---|
| com.amazonaws.services.lookoutmetrics.model |
| Modifier and Type | Method and Description |
|---|---|
AthenaSourceConfig |
AthenaSourceConfig.clone() |
AthenaSourceConfig |
MetricSource.getAthenaSourceConfig()
Details about an Amazon Athena datasource.
|
AthenaSourceConfig |
AthenaSourceConfig.withBackTestConfiguration(BackTestConfiguration backTestConfiguration)
Settings for backtest mode.
|
AthenaSourceConfig |
AthenaSourceConfig.withDatabaseName(String databaseName)
The database's name.
|
AthenaSourceConfig |
AthenaSourceConfig.withDataCatalog(String dataCatalog)
The database's data catalog.
|
AthenaSourceConfig |
AthenaSourceConfig.withRoleArn(String roleArn)
An IAM role that gives Amazon Lookout for Metrics permission to access the data.
|
AthenaSourceConfig |
AthenaSourceConfig.withS3ResultsPath(String s3ResultsPath)
The database's results path.
|
AthenaSourceConfig |
AthenaSourceConfig.withTableName(String tableName)
The database's table name.
|
AthenaSourceConfig |
AthenaSourceConfig.withWorkGroupName(String workGroupName)
The database's work group name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetricSource.setAthenaSourceConfig(AthenaSourceConfig athenaSourceConfig)
Details about an Amazon Athena datasource.
|
MetricSource |
MetricSource.withAthenaSourceConfig(AthenaSourceConfig athenaSourceConfig)
Details about an Amazon Athena datasource.
|
Copyright © 2022. All rights reserved.