Interface CodeRepositorySummary.Builder

    • Method Detail

      • codeRepositoryName

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

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

        CodeRepositorySummary.Builder creationTime​(Instant creationTime)

        The date and time that the Git repository was created.

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

        CodeRepositorySummary.Builder lastModifiedTime​(Instant lastModifiedTime)

        The date and time that the Git repository was last modified.

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

        CodeRepositorySummary.Builder gitConfig​(GitConfig gitConfig)

        Configuration details for the Git repository, including the URL where it is located and the ARN of the Amazon Web Services Secrets Manager secret that contains the credentials used to access the repository.

        Parameters:
        gitConfig - Configuration details for the Git repository, including the URL where it is located and the 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.