Interface GetDocumentationVersionResponse.Builder

    • Method Detail

      • version

        GetDocumentationVersionResponse.Builder version​(String version)

        The version identifier of the API documentation snapshot.

        Parameters:
        version - The version identifier of the API documentation snapshot.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdDate

        GetDocumentationVersionResponse.Builder createdDate​(Instant createdDate)

        The date when the API documentation snapshot is created.

        Parameters:
        createdDate - The date when the API documentation snapshot is created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        GetDocumentationVersionResponse.Builder description​(String description)

        The description of the API documentation snapshot.

        Parameters:
        description - The description of the API documentation snapshot.
        Returns:
        Returns a reference to this object so that method calls can be chained together.