Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.TriggerHistoryRecord.Builder
Packages that use TriggerHistoryRecord.Builder
-
Uses of TriggerHistoryRecord.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return TriggerHistoryRecord.BuilderModifier and TypeMethodDescriptionstatic TriggerHistoryRecord.BuilderTriggerHistoryRecord.builder()TriggerHistoryRecord.Builder.destinations(Collection<ScheduledQueryDestination> destinations) Information about destination processing for this query execution.TriggerHistoryRecord.Builder.destinations(Consumer<ScheduledQueryDestination.Builder>... destinations) Information about destination processing for this query execution.TriggerHistoryRecord.Builder.destinations(ScheduledQueryDestination... destinations) Information about destination processing for this query execution.TriggerHistoryRecord.Builder.errorMessage(String errorMessage) Error message if the query execution failed.TriggerHistoryRecord.Builder.executionStatus(String executionStatus) The execution status of the scheduled query run.TriggerHistoryRecord.Builder.executionStatus(ExecutionStatus executionStatus) The execution status of the scheduled query run.The unique identifier for this query execution.TriggerHistoryRecord.toBuilder()TriggerHistoryRecord.Builder.triggeredTimestamp(Long triggeredTimestamp) The timestamp when the scheduled query execution was triggered.Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type TriggerHistoryRecord.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TriggerHistoryRecord.Builder>TriggerHistoryRecord.serializableBuilderClass()