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
Modifier and TypeMethodDescriptiondomainName(String domainName) The name of the domain for which the export was created.Unique ARN identifier of the export.exportStatus(String exportStatus) The current state of the export.exportStatus(ExportStatus exportStatus) The current state of the export.requestedAt(Instant requestedAt) Timestamp when the export request was received by the serviceMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
exportArn
Unique ARN identifier of the export.
- Parameters:
exportArn- Unique ARN identifier of the export.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exportStatus
The current state of the export. Current possible values include : PENDING - export request received, IN_PROGRESS - export is being processed, SUCCEEDED - export completed successfully, and FAILED - export encountered an error.
- Parameters:
exportStatus- The current state of the export. Current possible values include : PENDING - export request received, IN_PROGRESS - export is being processed, SUCCEEDED - export completed successfully, and FAILED - export encountered an error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
exportStatus
The current state of the export. Current possible values include : PENDING - export request received, IN_PROGRESS - export is being processed, SUCCEEDED - export completed successfully, and FAILED - export encountered an error.
- Parameters:
exportStatus- The current state of the export. Current possible values include : PENDING - export request received, IN_PROGRESS - export is being processed, SUCCEEDED - export completed successfully, and FAILED - export encountered an error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
requestedAt
Timestamp when the export request was received by the service
- Parameters:
requestedAt- Timestamp when the export request was received by the service- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainName
The name of the domain for which the export was created.
- Parameters:
domainName- The name of the domain for which the export was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-