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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListSourceRepositoriesItem.BuildercreatedTime(Instant createdTime)The time the source repository was created, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.ListSourceRepositoriesItem.Builderdescription(String description)The description of the repository, if any.ListSourceRepositoriesItem.Builderid(String id)The system-generated unique ID of the source repository.ListSourceRepositoriesItem.BuilderlastUpdatedTime(Instant lastUpdatedTime)The time the source repository was last updated, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.ListSourceRepositoriesItem.Buildername(String name)The name of the source repository.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
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.
-
-