Interface ExportSummary.Builder

    • Method Detail

      • exportId

        ExportSummary.Builder exportId​(String exportId)

        The unique identifier that Amazon Lex assigned to the export.

        Parameters:
        exportId - The unique identifier that Amazon Lex assigned to the export.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceSpecification

        ExportSummary.Builder resourceSpecification​(ExportResourceSpecification resourceSpecification)

        Information about the bot or bot locale that was exported.

        Parameters:
        resourceSpecification - Information about the bot or bot locale that was exported.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • exportStatus

        ExportSummary.Builder exportStatus​(String exportStatus)

        The status of the export. When the status is Completed the export is ready to download.

        Parameters:
        exportStatus - The status of the export. When the status is Completed the export is ready to download.
        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)

        The status of the export. When the status is Completed the export is ready to download.

        Parameters:
        exportStatus - The status of the export. When the status is Completed the export is ready to download.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ExportStatus, ExportStatus
      • creationDateTime

        ExportSummary.Builder creationDateTime​(Instant creationDateTime)

        The date and time that the export was created.

        Parameters:
        creationDateTime - The date and time that the export was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdatedDateTime

        ExportSummary.Builder lastUpdatedDateTime​(Instant lastUpdatedDateTime)

        The date and time that the export was last updated.

        Parameters:
        lastUpdatedDateTime - The date and time that the export was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.