| Package | Description |
|---|---|
| com.amazonaws.services.timestreamquery.model |
| Modifier and Type | Method and Description |
|---|---|
ScheduledQueryDescription |
ScheduledQueryDescription.clone() |
ScheduledQueryDescription |
DescribeScheduledQueryResult.getScheduledQuery()
The scheduled query.
|
ScheduledQueryDescription |
ScheduledQueryDescription.withArn(String arn)
Scheduled query ARN.
|
ScheduledQueryDescription |
ScheduledQueryDescription.withCreationTime(Date creationTime)
Creation time of the scheduled query.
|
ScheduledQueryDescription |
ScheduledQueryDescription.withErrorReportConfiguration(ErrorReportConfiguration errorReportConfiguration)
Error-reporting configuration for the scheduled query.
|
ScheduledQueryDescription |
ScheduledQueryDescription.withKmsKeyId(String kmsKeyId)
A customer provided KMS key used to encrypt the scheduled query resource.
|
ScheduledQueryDescription |
ScheduledQueryDescription.withLastRunSummary(ScheduledQueryRunSummary lastRunSummary)
Runtime summary for the last scheduled query run.
|
ScheduledQueryDescription |
ScheduledQueryDescription.withName(String name)
Name of the scheduled query.
|
ScheduledQueryDescription |
ScheduledQueryDescription.withNextInvocationTime(Date nextInvocationTime)
The next time the scheduled query is scheduled to run.
|
ScheduledQueryDescription |
ScheduledQueryDescription.withNotificationConfiguration(NotificationConfiguration notificationConfiguration)
Notification configuration.
|
ScheduledQueryDescription |
ScheduledQueryDescription.withPreviousInvocationTime(Date previousInvocationTime)
Last time the query was run.
|
ScheduledQueryDescription |
ScheduledQueryDescription.withQueryString(String queryString)
The query to be run.
|
ScheduledQueryDescription |
ScheduledQueryDescription.withRecentlyFailedRuns(Collection<ScheduledQueryRunSummary> recentlyFailedRuns)
Runtime summary for the last five failed scheduled query runs.
|
ScheduledQueryDescription |
ScheduledQueryDescription.withRecentlyFailedRuns(ScheduledQueryRunSummary... recentlyFailedRuns)
Runtime summary for the last five failed scheduled query runs.
|
ScheduledQueryDescription |
ScheduledQueryDescription.withScheduleConfiguration(ScheduleConfiguration scheduleConfiguration)
Schedule configuration.
|
ScheduledQueryDescription |
ScheduledQueryDescription.withScheduledQueryExecutionRoleArn(String scheduledQueryExecutionRoleArn)
IAM role that Timestream uses to run the schedule query.
|
ScheduledQueryDescription |
ScheduledQueryDescription.withState(ScheduledQueryState state)
State of the scheduled query.
|
ScheduledQueryDescription |
ScheduledQueryDescription.withState(String state)
State of the scheduled query.
|
ScheduledQueryDescription |
ScheduledQueryDescription.withTargetConfiguration(TargetConfiguration targetConfiguration)
Scheduled query target store configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeScheduledQueryResult.setScheduledQuery(ScheduledQueryDescription scheduledQuery)
The scheduled query.
|
DescribeScheduledQueryResult |
DescribeScheduledQueryResult.withScheduledQuery(ScheduledQueryDescription scheduledQuery)
The scheduled query.
|
Copyright © 2024. All rights reserved.