Interface ExportSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ExportSummary.Builder,
,ExportSummary> SdkBuilder<ExportSummary.Builder,
,ExportSummary> SdkPojo
- Enclosing class:
ExportSummary
public static interface ExportSummary.Builder
extends SdkPojo, CopyableBuilder<ExportSummary.Builder,ExportSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the export.exportStatus
(String exportStatus) Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.exportStatus
(ExportStatus exportStatus) Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.exportType
(String exportType) The type of export that was performed.exportType
(ExportType exportType) The type of export that was performed.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
-
exportArn
The Amazon Resource Name (ARN) of the export.
- Parameters:
exportArn
- The Amazon Resource Name (ARN) of the export.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exportStatus
Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.
- Parameters:
exportStatus
- Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
exportStatus
Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.
- Parameters:
exportStatus
- Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
exportType
The type of export that was performed. Valid values are
FULL_EXPORT
orINCREMENTAL_EXPORT
.- Parameters:
exportType
- The type of export that was performed. Valid values areFULL_EXPORT
orINCREMENTAL_EXPORT
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
exportType
The type of export that was performed. Valid values are
FULL_EXPORT
orINCREMENTAL_EXPORT
.- Parameters:
exportType
- The type of export that was performed. Valid values areFULL_EXPORT
orINCREMENTAL_EXPORT
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-