Class CodeStarParameters

    • Method Detail

      • connectionArn

        public final String connectionArn()

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

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

        public final String repository()

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

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

        public final String branch()

        The specific branch where the artifact resides.

        Returns:
        The specific branch where the artifact resides.
      • artifactPath

        public final String artifactPath()

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

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

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)