Interface ListSourceRepositoriesItem.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ListSourceRepositoriesItem.Builder,,- ListSourceRepositoriesItem> - SdkBuilder<ListSourceRepositoriesItem.Builder,,- ListSourceRepositoriesItem> - SdkPojo
- Enclosing class:
- ListSourceRepositoriesItem
@Mutable
@NotThreadSafe
public static interface ListSourceRepositoriesItem.Builder
extends SdkPojo, CopyableBuilder<ListSourceRepositoriesItem.Builder,ListSourceRepositoriesItem> 
- 
Method SummaryModifier and TypeMethodDescriptioncreatedTime(Instant createdTime) The time the source repository was created, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.description(String description) The description of the repository, if any.The system-generated unique ID of the source repository.lastUpdatedTime(Instant lastUpdatedTime) The time the source repository was last updated, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.The name of the source repository.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
idThe 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.
 
- 
nameThe 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.
 
- 
descriptionThe 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.
 
- 
lastUpdatedTimeThe 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.
 
- 
createdTimeThe 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.
 
 
-