public static interface ExportSummary.Builder extends SdkPojo, CopyableBuilder<ExportSummary.Builder,ExportSummary>
| Modifier and Type | Method and Description |
|---|---|
ExportSummary.Builder |
exportArn(String exportArn)
The Amazon Resource Name (ARN) of the export.
|
ExportSummary.Builder |
exportStatus(ExportStatus exportStatus)
Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.
|
ExportSummary.Builder |
exportStatus(String exportStatus)
Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildExportSummary.Builder exportArn(String exportArn)
The Amazon Resource Name (ARN) of the export.
exportArn - The Amazon Resource Name (ARN) of the export.ExportSummary.Builder exportStatus(String exportStatus)
Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.
exportStatus - Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.ExportStatus,
ExportStatusExportSummary.Builder exportStatus(ExportStatus exportStatus)
Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.
exportStatus - Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.ExportStatus,
ExportStatusCopyright © 2022. All rights reserved.