public static interface RepositorySummary.Builder extends SdkPojo, CopyableBuilder<RepositorySummary.Builder,RepositorySummary>
| Modifier and Type | Method and Description |
|---|---|
RepositorySummary.Builder |
administratorAccount(String administratorAccount)
The Amazon Web Services account ID that manages the repository.
|
RepositorySummary.Builder |
arn(String arn)
The ARN of the repository.
|
RepositorySummary.Builder |
createdTime(Instant createdTime)
A timestamp that represents the date and time the repository was created.
|
RepositorySummary.Builder |
description(String description)
The description of the repository.
|
RepositorySummary.Builder |
domainName(String domainName)
The name of the domain that contains the repository.
|
RepositorySummary.Builder |
domainOwner(String domainOwner)
The 12-digit account number of the Amazon Web Services account that owns the domain.
|
RepositorySummary.Builder |
name(String name)
The name of the repository.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRepositorySummary.Builder name(String name)
The name of the repository.
name - The name of the repository.RepositorySummary.Builder administratorAccount(String administratorAccount)
The Amazon Web Services account ID that manages the repository.
administratorAccount - The Amazon Web Services account ID that manages the repository.RepositorySummary.Builder domainName(String domainName)
The name of the domain that contains the repository.
domainName - The name of the domain that contains the repository.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.
domainOwner - The 12-digit account number of the Amazon Web Services account that owns the domain. It does not
include dashes or spaces.RepositorySummary.Builder arn(String arn)
The ARN of the repository.
arn - The ARN of the repository.RepositorySummary.Builder description(String description)
The description of the repository.
description - The description of the repository.RepositorySummary.Builder createdTime(Instant createdTime)
A timestamp that represents the date and time the repository was created.
createdTime - A timestamp that represents the date and time the repository was created.Copyright © 2023. All rights reserved.