public static interface ExportInfo.Builder extends CopyableBuilder<ExportInfo.Builder,ExportInfo>
| Modifier and Type | Method and Description |
|---|---|
ExportInfo.Builder |
configurationsDownloadUrl(String configurationsDownloadUrl)
A URL for an Amazon S3 bucket where you can review the exported data.
|
ExportInfo.Builder |
exportId(String exportId)
A unique identifier used to query an export.
|
ExportInfo.Builder |
exportRequestTime(Instant exportRequestTime)
The time that the data export was initiated.
|
ExportInfo.Builder |
exportStatus(ExportStatus exportStatus)
The status of the data export job.
|
ExportInfo.Builder |
exportStatus(String exportStatus)
The status of the data export job.
|
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 |
requestedEndTime(Instant requestedEndTime)
The
endTime used in the StartExportTask request. |
ExportInfo.Builder |
requestedStartTime(Instant requestedStartTime)
The value of
startTime parameter in the StartExportTask request. |
ExportInfo.Builder |
statusMessage(String statusMessage)
A status message provided for API callers.
|
copyapply, buildExportInfo.Builder exportId(String exportId)
A unique identifier used to query an export.
exportId - A unique identifier used to query an export.ExportInfo.Builder exportStatus(String exportStatus)
The status of the data export job.
exportStatus - The status of the data export job.ExportStatus,
ExportStatusExportInfo.Builder exportStatus(ExportStatus exportStatus)
The status of the data export job.
exportStatus - The status of the data export job.ExportStatus,
ExportStatusExportInfo.Builder statusMessage(String statusMessage)
A status message provided for API callers.
statusMessage - A status message provided for API callers.ExportInfo.Builder configurationsDownloadUrl(String configurationsDownloadUrl)
A URL for an Amazon S3 bucket where you can review the exported data. The URL is displayed only if the export succeeded.
configurationsDownloadUrl - A URL for an Amazon S3 bucket where you can review the exported data. The URL is displayed only if the
export succeeded.ExportInfo.Builder exportRequestTime(Instant exportRequestTime)
The time that the data export was initiated.
exportRequestTime - The time that the data export was initiated.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. To address this, select a smaller time range for the export by using
startDate and endDate.
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. To address this, select a smaller time range for the
export by using startDate and endDate.ExportInfo.Builder requestedStartTime(Instant requestedStartTime)
The value of startTime parameter in the StartExportTask request. If no
startTime was requested, this result does not appear in ExportInfo.
requestedStartTime - The value of startTime parameter in the StartExportTask request. If no
startTime was requested, this result does not appear in ExportInfo.ExportInfo.Builder requestedEndTime(Instant requestedEndTime)
The endTime used in the StartExportTask request. If no endTime was
requested, this result does not appear in ExportInfo.
requestedEndTime - The endTime used in the StartExportTask request. If no endTime
was requested, this result does not appear in ExportInfo.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.