Interface ExportSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ExportSummary.Builder,ExportSummary>,SdkBuilder<ExportSummary.Builder,ExportSummary>,SdkPojo
- Enclosing class:
- ExportSummary
@Mutable @NotThreadSafe public static interface ExportSummary.Builder extends SdkPojo, CopyableBuilder<ExportSummary.Builder,ExportSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExportSummary.BuilderexportArn(String exportArn)The Amazon Resource Name (ARN) of the export.ExportSummary.BuilderexportStatus(String exportStatus)Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.ExportSummary.BuilderexportStatus(ExportStatus exportStatus)Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.ExportSummary.BuilderexportType(String exportType)The type of export that was performed.ExportSummary.BuilderexportType(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
exportArn
ExportSummary.Builder exportArn(String 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
ExportSummary.Builder exportStatus(String 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,ExportStatus
-
exportStatus
ExportSummary.Builder exportStatus(ExportStatus 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,ExportStatus
-
exportType
ExportSummary.Builder exportType(String exportType)
The type of export that was performed. Valid values are
FULL_EXPORTorINCREMENTAL_EXPORT.- Parameters:
exportType- The type of export that was performed. Valid values areFULL_EXPORTorINCREMENTAL_EXPORT.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ExportType,ExportType
-
exportType
ExportSummary.Builder exportType(ExportType exportType)
The type of export that was performed. Valid values are
FULL_EXPORTorINCREMENTAL_EXPORT.- Parameters:
exportType- The type of export that was performed. Valid values areFULL_EXPORTorINCREMENTAL_EXPORT.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ExportType,ExportType
-
-