Interface ExportSummary.Builder

  • Method Details

    • exportArn

      ExportSummary.Builder exportArn(String 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

      ExportSummary.Builder exportStatus(String 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

      ExportSummary.Builder exportStatus(ExportStatus 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

      ExportSummary.Builder requestedAt(Instant 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

      ExportSummary.Builder domainName(String 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.