Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.ExportTask.Builder
Packages that use ExportTask.Builder
-
Uses of ExportTask.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return ExportTask.BuilderModifier and TypeMethodDescriptionstatic ExportTask.BuilderExportTask.builder()ExportTask.Builder.destination(String destination) The name of the S3 bucket to which the log data was exported.ExportTask.Builder.destinationPrefix(String destinationPrefix) The prefix that was used as the start of Amazon S3 key for every object exported.default ExportTask.BuilderExportTask.Builder.executionInfo(Consumer<ExportTaskExecutionInfo.Builder> executionInfo) Execution information about the export task.ExportTask.Builder.executionInfo(ExportTaskExecutionInfo executionInfo) Execution information about the export task.The start time, expressed as the number of milliseconds afterJan 1, 1970 00:00:00 UTC.ExportTask.Builder.logGroupName(String logGroupName) The name of the log group from which logs data was exported.default ExportTask.BuilderExportTask.Builder.status(Consumer<ExportTaskStatus.Builder> status) The status of the export task.ExportTask.Builder.status(ExportTaskStatus status) The status of the export task.The ID of the export task.The name of the export task.The end time, expressed as the number of milliseconds afterJan 1, 1970 00:00:00 UTC.ExportTask.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type ExportTask.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ExportTask.Builder>ExportTask.serializableBuilderClass()