Interface PackageSummary.Builder

  • Method Details

    • packageName

      PackageSummary.Builder packageName(String packageName)

      The name for the target software package.

      Parameters:
      packageName - The name for the target software package.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • defaultVersionName

      PackageSummary.Builder defaultVersionName(String defaultVersionName)

      The name of the default package version.

      Parameters:
      defaultVersionName - The name of the default package version.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • creationDate

      PackageSummary.Builder creationDate(Instant creationDate)

      The date that the package was created.

      Parameters:
      creationDate - The date that the package was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastModifiedDate

      PackageSummary.Builder lastModifiedDate(Instant lastModifiedDate)

      The date that the package was last updated.

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