Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.ScheduledQueryDestination.Builder
Packages that use ScheduledQueryDestination.Builder
-
Uses of ScheduledQueryDestination.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return ScheduledQueryDestination.BuilderModifier and TypeMethodDescriptionScheduledQueryDestination.builder()ScheduledQueryDestination.Builder.destinationIdentifier(String destinationIdentifier) The identifier for the destination where results are delivered.ScheduledQueryDestination.Builder.destinationType(String destinationType) The type of destination for query results.ScheduledQueryDestination.Builder.destinationType(ScheduledQueryDestinationType destinationType) The type of destination for query results.ScheduledQueryDestination.Builder.errorMessage(String errorMessage) Error message if destination processing failed.ScheduledQueryDestination.Builder.processedIdentifier(String processedIdentifier) The identifier of the processed result at the destination.The processing status of the destination delivery.ScheduledQueryDestination.Builder.status(ActionStatus status) The processing status of the destination delivery.ScheduledQueryDestination.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type ScheduledQueryDestination.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ScheduledQueryDestination.Builder>ScheduledQueryDestination.serializableBuilderClass()