Interface ListSourceRepositoriesItem.Builder

    • Method Detail

      • id

        ListSourceRepositoriesItem.Builder id​(String id)

        The system-generated unique ID of the source repository.

        Parameters:
        id - The system-generated unique ID of the source repository.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        ListSourceRepositoriesItem.Builder name​(String name)

        The name of the source repository.

        Parameters:
        name - The name of the source repository.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        ListSourceRepositoriesItem.Builder description​(String description)

        The description of the repository, if any.

        Parameters:
        description - The description of the repository, if any.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdatedTime

        ListSourceRepositoriesItem.Builder lastUpdatedTime​(Instant lastUpdatedTime)

        The time the source repository was last updated, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.

        Parameters:
        lastUpdatedTime - The time the source repository was last updated, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdTime

        ListSourceRepositoriesItem.Builder createdTime​(Instant createdTime)

        The time the source repository was created, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.

        Parameters:
        createdTime - The time the source repository was created, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.
        Returns:
        Returns a reference to this object so that method calls can be chained together.