Interface RepositorySummary.Builder

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