Interface GenerationSummary.Builder

    • Method Detail

      • generationId

        GenerationSummary.Builder generationId​(String generationId)

        The unique identifier of the generation request.

        Parameters:
        generationId - The unique identifier of the generation request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • generationStatus

        GenerationSummary.Builder generationStatus​(String generationStatus)

        The status of the generation request.

        Parameters:
        generationStatus - The status of the generation request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        GenerationStatus, GenerationStatus
      • creationDateTime

        GenerationSummary.Builder creationDateTime​(Instant creationDateTime)

        The date and time at which the generation request was made.

        Parameters:
        creationDateTime - The date and time at which the generation request was made.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdatedDateTime

        GenerationSummary.Builder lastUpdatedDateTime​(Instant lastUpdatedDateTime)

        The date and time at which the generation request was last updated.

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