Interface DocumentationVersion.Builder

All Superinterfaces:
Buildable, CopyableBuilder<DocumentationVersion.Builder,DocumentationVersion>, SdkBuilder<DocumentationVersion.Builder,DocumentationVersion>, SdkPojo
Enclosing class:
DocumentationVersion

public static interface DocumentationVersion.Builder extends SdkPojo, CopyableBuilder<DocumentationVersion.Builder,DocumentationVersion>
  • Method Details

    • 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

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

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