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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RepositorySummary.BuilderadministratorAccount(String administratorAccount)The Amazon Web Services account ID that manages the repository.RepositorySummary.Builderarn(String arn)The ARN of the repository.RepositorySummary.BuildercreatedTime(Instant createdTime)A timestamp that represents the date and time the repository was created.RepositorySummary.Builderdescription(String description)The description of the repository.RepositorySummary.BuilderdomainName(String domainName)The name of the domain that contains the repository.RepositorySummary.BuilderdomainOwner(String domainOwner)The 12-digit account number of the Amazon Web Services account that owns the domain.RepositorySummary.Buildername(String name)The name of the 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
-
name
RepositorySummary.Builder name(String 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
RepositorySummary.Builder administratorAccount(String 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
RepositorySummary.Builder domainName(String 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
RepositorySummary.Builder domainOwner(String 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
RepositorySummary.Builder arn(String 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
RepositorySummary.Builder description(String 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
RepositorySummary.Builder createdTime(Instant 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.
-
-