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 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

      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

      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.