Interface RepositorySummary.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<RepositorySummary.Builder,,RepositorySummary> SdkBuilder<RepositorySummary.Builder,,RepositorySummary> SdkPojo
- Enclosing class:
 RepositorySummary
public static interface RepositorySummary.Builder
extends SdkPojo, CopyableBuilder<RepositorySummary.Builder,RepositorySummary> 
- 
Method Summary
Modifier and TypeMethodDescriptionadministratorAccount(String administratorAccount) The Amazon Web Services account ID that manages the repository.The ARN of the repository.createdTime(Instant createdTime) A timestamp that represents the date and time the repository was created.description(String description) The description of the repository.domainName(String domainName) The name of the domain that contains the repository.domainOwner(String domainOwner) The 12-digit account number of the Amazon Web Services account that owns the domain.The name of the repository.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
name
The name of the repository.
- Parameters:
 name- The name of the repository.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
administratorAccount
The Amazon Web Services account ID that manages the repository.
- Parameters:
 administratorAccount- The Amazon Web Services account ID that manages the repository.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
domainName
The name of the domain that contains the repository.
- Parameters:
 domainName- The name of the domain that contains the repository.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
domainOwner
The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
- Parameters:
 domainOwner- The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
arn
The ARN of the repository.
- Parameters:
 arn- The ARN of the repository.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
description
The description of the repository.
- Parameters:
 description- The description of the repository.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
createdTime
A timestamp that represents the date and time the repository was created.
- Parameters:
 createdTime- A timestamp that represents the date and time the repository was created.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -