Interface ExportSummary.Builder

    • 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_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, ExportType
      • 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:
        ExportType, ExportType