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 Details

    • 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

      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:
    • exportType

      ExportSummary.Builder exportType(String exportType)

      The type of export that was performed. Valid values are FULL_EXPORT or INCREMENTAL_EXPORT.

      Parameters:
      exportType - The type of export that was performed. Valid values are FULL_EXPORT or INCREMENTAL_EXPORT.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • exportType

      ExportSummary.Builder exportType(ExportType exportType)

      The type of export that was performed. Valid values are FULL_EXPORT or INCREMENTAL_EXPORT.

      Parameters:
      exportType - The type of export that was performed. Valid values are FULL_EXPORT or INCREMENTAL_EXPORT.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: