Interface CodeStarParameters.Builder

    • Method Detail

      • connectionArn

        CodeStarParameters.Builder connectionArn​(String connectionArn)

        The CodeStar ARN, which is the connection between Service Catalog and the external repository.

        Parameters:
        connectionArn - The CodeStar ARN, which is the connection between Service Catalog and the external repository.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • repository

        CodeStarParameters.Builder repository​(String repository)

        The specific repository where the product’s artifact-to-be-synced resides, formatted as "Account/Repo."

        Parameters:
        repository - The specific repository where the product’s artifact-to-be-synced resides, formatted as "Account/Repo."
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • branch

        CodeStarParameters.Builder branch​(String branch)

        The specific branch where the artifact resides.

        Parameters:
        branch - The specific branch where the artifact resides.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • artifactPath

        CodeStarParameters.Builder artifactPath​(String artifactPath)

        The absolute path wehre the artifact resides within the repo and branch, formatted as "folder/file.json."

        Parameters:
        artifactPath - The absolute path wehre the artifact resides within the repo and branch, formatted as "folder/file.json."
        Returns:
        Returns a reference to this object so that method calls can be chained together.