Interface ListSourceRepositoriesItem.Builder

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

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

    • 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

      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.