Interface ExportInfo.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ExportInfo.Builder,
,ExportInfo> SdkBuilder<ExportInfo.Builder,
,ExportInfo> SdkPojo
- Enclosing class:
ExportInfo
-
Method Summary
Modifier and TypeMethodDescriptionconfigurationsDownloadUrl
(String configurationsDownloadUrl) A URL for an Amazon S3 bucket where you can review the exported data.A unique identifier used to query an export.exportRequestTime
(Instant exportRequestTime) The time that the data export was initiated.exportStatus
(String exportStatus) The status of the data export job.exportStatus
(ExportStatus exportStatus) The status of the data export job.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.requestedEndTime
(Instant requestedEndTime) TheendTime
used in theStartExportTask
request.requestedStartTime
(Instant requestedStartTime) The value ofstartTime
parameter in theStartExportTask
request.statusMessage
(String statusMessage) A status message provided for API callers.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
exportId
A unique identifier used to query an export.
- Parameters:
exportId
- A unique identifier used to query an export.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exportStatus
The status of the data export job.
- Parameters:
exportStatus
- The status of the data export job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
exportStatus
The status of the data export job.
- Parameters:
exportStatus
- The status of the data export job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusMessage
A status message provided for API callers.
- Parameters:
statusMessage
- A status message provided for API callers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configurationsDownloadUrl
A URL for an Amazon S3 bucket where you can review the exported data. The URL is displayed only if the export succeeded.
- Parameters:
configurationsDownloadUrl
- A URL for an Amazon S3 bucket where you can review the exported data. The URL is displayed only if the export succeeded.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exportRequestTime
The time that the data export was initiated.
- Parameters:
exportRequestTime
- The time that the data export was initiated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
andendDate
.- Parameters:
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 usingstartDate
andendDate
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requestedStartTime
The value of
startTime
parameter in theStartExportTask
request. If nostartTime
was requested, this result does not appear inExportInfo
.- Parameters:
requestedStartTime
- The value ofstartTime
parameter in theStartExportTask
request. If nostartTime
was requested, this result does not appear inExportInfo
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requestedEndTime
The
endTime
used in theStartExportTask
request. If noendTime
was requested, this result does not appear inExportInfo
.- Parameters:
requestedEndTime
- TheendTime
used in theStartExportTask
request. If noendTime
was requested, this result does not appear inExportInfo
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-