CopyableBuilder<ExportInfo.Builder,ExportInfo>
, SdkBuilder<ExportInfo.Builder,ExportInfo>
public static interface ExportInfo.Builder extends CopyableBuilder<ExportInfo.Builder,ExportInfo>
Modifier and Type | Method | Description |
---|---|---|
ExportInfo.Builder |
configurationsDownloadUrl(String configurationsDownloadUrl) |
A URL for an Amazon S3 bucket where you can review the configuration data.
|
ExportInfo.Builder |
exportId(String exportId) |
A unique identifier that you can use to query the export.
|
ExportInfo.Builder |
exportRequestTime(Date exportRequestTime) |
The time that the configuration data export was initiated.
|
ExportInfo.Builder |
exportStatus(String exportStatus) |
The status of the configuration data export.
|
ExportInfo.Builder |
exportStatus(ExportStatus exportStatus) |
The status of the configuration data export.
|
ExportInfo.Builder |
statusMessage(String statusMessage) |
Helpful status messages for API callers.
|
copy
apply, build
ExportInfo.Builder exportId(String exportId)
A unique identifier that you can use to query the export.
exportId
- A unique identifier that you can use to query the export.ExportInfo.Builder exportStatus(String exportStatus)
The status of the configuration data export. The status can succeed, fail, or be in-progress.
exportStatus
- The status of the configuration data export. The status can succeed, fail, or be in-progress.ExportStatus
ExportInfo.Builder exportStatus(ExportStatus exportStatus)
The status of the configuration data export. The status can succeed, fail, or be in-progress.
exportStatus
- The status of the configuration data export. The status can succeed, fail, or be in-progress.ExportStatus
ExportInfo.Builder statusMessage(String statusMessage)
Helpful status messages for API callers. For example: Too many exports in the last 6 hours. Export in progress. Export was successful.
statusMessage
- Helpful status messages for API callers. For example: Too many exports in the last 6 hours. Export in
progress. Export was successful.ExportInfo.Builder configurationsDownloadUrl(String configurationsDownloadUrl)
A URL for an Amazon S3 bucket where you can review the configuration data. The URL is displayed only if the export succeeded.
configurationsDownloadUrl
- A URL for an Amazon S3 bucket where you can review the configuration data. The URL is displayed only
if the export succeeded.ExportInfo.Builder exportRequestTime(Date exportRequestTime)
The time that the configuration data export was initiated.
exportRequestTime
- The time that the configuration data export was initiated.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.