Interface DescribeCodeRepositoryResponse.Builder

    • Method Detail

      • codeRepositoryName

        DescribeCodeRepositoryResponse.Builder codeRepositoryName​(String codeRepositoryName)

        The name of the Git repository.

        Parameters:
        codeRepositoryName - The name of the Git repository.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • codeRepositoryArn

        DescribeCodeRepositoryResponse.Builder codeRepositoryArn​(String codeRepositoryArn)

        The Amazon Resource Name (ARN) of the Git repository.

        Parameters:
        codeRepositoryArn - The Amazon Resource Name (ARN) of the Git repository.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTime

        DescribeCodeRepositoryResponse.Builder creationTime​(Instant creationTime)

        The date and time that the repository was created.

        Parameters:
        creationTime - The date and time that the repository was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastModifiedTime

        DescribeCodeRepositoryResponse.Builder lastModifiedTime​(Instant lastModifiedTime)

        The date and time that the repository was last changed.

        Parameters:
        lastModifiedTime - The date and time that the repository was last changed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • gitConfig

        DescribeCodeRepositoryResponse.Builder gitConfig​(GitConfig gitConfig)

        Configuration details about the repository, including the URL where the repository is located, the default branch, and the Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that contains the credentials used to access the repository.

        Parameters:
        gitConfig - Configuration details about the repository, including the URL where the repository is located, the default branch, and the Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that contains the credentials used to access the repository.
        Returns:
        Returns a reference to this object so that method calls can be chained together.