public static interface ListSourceRepositoriesItem.Builder extends SdkPojo, CopyableBuilder<ListSourceRepositoriesItem.Builder,ListSourceRepositoriesItem>
| Modifier and Type | Method and Description |
|---|---|
ListSourceRepositoriesItem.Builder |
createdTime(Instant createdTime)
The time the source repository was created, in coordinated universal time (UTC) timestamp format as specified
in RFC 3339.
|
ListSourceRepositoriesItem.Builder |
description(String description)
The description of the repository, if any.
|
ListSourceRepositoriesItem.Builder |
id(String id)
The system-generated unique ID of the source repository.
|
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.
|
ListSourceRepositoriesItem.Builder |
name(String name)
The name of the source repository.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildListSourceRepositoriesItem.Builder id(String id)
The system-generated unique ID of the source repository.
id - The system-generated unique ID of the source repository.ListSourceRepositoriesItem.Builder name(String name)
The name of the source repository.
name - The name of the source repository.ListSourceRepositoriesItem.Builder description(String description)
The description of the repository, if any.
description - The description of the repository, if any.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.
lastUpdatedTime - The time the source repository was last updated, in coordinated universal time (UTC) timestamp format
as specified in RFC 3339.ListSourceRepositoriesItem.Builder createdTime(Instant createdTime)
The time the source repository was created, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.
createdTime - The time the source repository was created, in coordinated universal time (UTC) timestamp format as
specified in RFC 3339.Copyright © 2023. All rights reserved.