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.
|
ExportSummary.Builder |
exportType(ExportType exportType)
The type of export that was performed.
|
ExportSummary.Builder |
exportType(String exportType)
The type of export that was performed.
|
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,
ExportStatusExportSummary.Builder exportType(String exportType)
The type of export that was performed. Valid values are FULL_EXPORT or
INCREMENTAL_EXPORT.
exportType - The type of export that was performed. Valid values are FULL_EXPORT or
INCREMENTAL_EXPORT.ExportType,
ExportTypeExportSummary.Builder exportType(ExportType exportType)
The type of export that was performed. Valid values are FULL_EXPORT or
INCREMENTAL_EXPORT.
exportType - The type of export that was performed. Valid values are FULL_EXPORT or
INCREMENTAL_EXPORT.ExportType,
ExportTypeCopyright © 2023. All rights reserved.