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, sdkFields
copy
applyMutation, build
ExportSummary.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
,
ExportStatus
ExportSummary.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
,
ExportStatus
Copyright © 2021. All rights reserved.