public static interface ScheduledQueryRunSummary.Builder extends SdkPojo, CopyableBuilder<ScheduledQueryRunSummary.Builder,ScheduledQueryRunSummary>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildScheduledQueryRunSummary.Builder invocationTime(Instant invocationTime)
InvocationTime for this run. This is the time at which the query is scheduled to run. Parameter
@scheduled_runtime can be used in the query to get the value.
invocationTime - InvocationTime for this run. This is the time at which the query is scheduled to run. Parameter
@scheduled_runtime can be used in the query to get the value.ScheduledQueryRunSummary.Builder triggerTime(Instant triggerTime)
The actual time when the query was run.
triggerTime - The actual time when the query was run.ScheduledQueryRunSummary.Builder runStatus(String runStatus)
The status of a scheduled query run.
runStatus - The status of a scheduled query run.ScheduledQueryRunStatus,
ScheduledQueryRunStatusScheduledQueryRunSummary.Builder runStatus(ScheduledQueryRunStatus runStatus)
The status of a scheduled query run.
runStatus - The status of a scheduled query run.ScheduledQueryRunStatus,
ScheduledQueryRunStatusScheduledQueryRunSummary.Builder executionStats(ExecutionStats executionStats)
Runtime statistics for a scheduled run.
executionStats - Runtime statistics for a scheduled run.default ScheduledQueryRunSummary.Builder executionStats(Consumer<ExecutionStats.Builder> executionStats)
Runtime statistics for a scheduled run.
This is a convenience method that creates an instance of theExecutionStats.Builder avoiding the need
to create one manually via ExecutionStats.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to executionStats(ExecutionStats).
executionStats - a consumer that will call methods on ExecutionStats.BuilderexecutionStats(ExecutionStats)ScheduledQueryRunSummary.Builder errorReportLocation(ErrorReportLocation errorReportLocation)
S3 location for error report.
errorReportLocation - S3 location for error report.default ScheduledQueryRunSummary.Builder errorReportLocation(Consumer<ErrorReportLocation.Builder> errorReportLocation)
S3 location for error report.
This is a convenience method that creates an instance of theErrorReportLocation.Builder avoiding the
need to create one manually via ErrorReportLocation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to errorReportLocation(ErrorReportLocation).
errorReportLocation - a consumer that will call methods on ErrorReportLocation.BuildererrorReportLocation(ErrorReportLocation)ScheduledQueryRunSummary.Builder failureReason(String failureReason)
Error message for the scheduled query in case of failure. You might have to look at the error report to get more detailed error reasons.
failureReason - Error message for the scheduled query in case of failure. You might have to look at the error report
to get more detailed error reasons.Copyright © 2023. All rights reserved.