Interface UpdateExportResponse.Builder

    • Method Detail

      • exportId

        UpdateExportResponse.Builder exportId​(String exportId)

        The unique identifier Amazon Lex assigned to the export.

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

        UpdateExportResponse.Builder resourceSpecification​(ExportResourceSpecification resourceSpecification)

        A description of the type of resource that was exported, either a bot or a bot locale.

        Parameters:
        resourceSpecification - A description of the type of resource that was exported, either a bot or a bot locale.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • fileFormat

        UpdateExportResponse.Builder fileFormat​(String fileFormat)

        The file format used for the files that define the resource. The TSV format is required to export a custom vocabulary only; otherwise use LexJson format.

        Parameters:
        fileFormat - The file format used for the files that define the resource. The TSV format is required to export a custom vocabulary only; otherwise use LexJson format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ImportExportFileFormat, ImportExportFileFormat
      • fileFormat

        UpdateExportResponse.Builder fileFormat​(ImportExportFileFormat fileFormat)

        The file format used for the files that define the resource. The TSV format is required to export a custom vocabulary only; otherwise use LexJson format.

        Parameters:
        fileFormat - The file format used for the files that define the resource. The TSV format is required to export a custom vocabulary only; otherwise use LexJson format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ImportExportFileFormat, ImportExportFileFormat
      • exportStatus

        UpdateExportResponse.Builder exportStatus​(String exportStatus)

        The status of the export. When the status is Completed the export archive is available for download.

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

        UpdateExportResponse.Builder exportStatus​(ExportStatus exportStatus)

        The status of the export. When the status is Completed the export archive is available for download.

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

        UpdateExportResponse.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

        UpdateExportResponse.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.