Interface CodeRepositoryDetails.Builder

  • Method Details

    • integrationArn

      CodeRepositoryDetails.Builder integrationArn(String integrationArn)

      The Amazon Resource Name (ARN) of the code security integration associated with the repository.

      Parameters:
      integrationArn - The Amazon Resource Name (ARN) of the code security integration associated with the repository.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • projectName

      CodeRepositoryDetails.Builder projectName(String projectName)

      The name of the project in the code repository.

      Parameters:
      projectName - The name of the project in the code repository.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • providerType

      CodeRepositoryDetails.Builder providerType(String providerType)

      The type of repository provider (such as GitHub, GitLab, etc.).

      Parameters:
      providerType - The type of repository provider (such as GitHub, GitLab, etc.).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • providerType

      The type of repository provider (such as GitHub, GitLab, etc.).

      Parameters:
      providerType - The type of repository provider (such as GitHub, GitLab, etc.).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: