static ExportInfo.Builder |
ExportInfo.builder() |
|
ExportInfo.Builder |
ExportInfo.Builder.configurationsDownloadUrl(String configurationsDownloadUrl) |
A URL for an Amazon S3 bucket where you can review the exported data.
|
ExportInfo.Builder |
ExportInfo.Builder.exportId(String exportId) |
A unique identifier used to query an export.
|
ExportInfo.Builder |
ExportInfo.Builder.exportRequestTime(Instant exportRequestTime) |
The time that the data export was initiated.
|
ExportInfo.Builder |
ExportInfo.Builder.exportStatus(String exportStatus) |
The status of the data export job.
|
ExportInfo.Builder |
ExportInfo.Builder.exportStatus(ExportStatus exportStatus) |
The status of the data export job.
|
ExportInfo.Builder |
ExportInfo.Builder.isTruncated(Boolean isTruncated) |
If true, the export of agent information exceeded the size limit for a single export and the exported data is
incomplete for the requested time range.
|
ExportInfo.Builder |
ExportInfo.Builder.requestedEndTime(Instant requestedEndTime) |
The endTime used in the StartExportTask request.
|
ExportInfo.Builder |
ExportInfo.Builder.requestedStartTime(Instant requestedStartTime) |
The value of startTime parameter in the StartExportTask request.
|
ExportInfo.Builder |
ExportInfo.Builder.statusMessage(String statusMessage) |
A status message provided for API callers.
|
ExportInfo.Builder |
ExportInfo.toBuilder() |
|