Class UpdateRepositoryLinkRequest

    • Method Detail

      • connectionArn

        public final String connectionArn()

        The Amazon Resource Name (ARN) of the connection for the repository link to be updated. The updated connection ARN must have the same providerType (such as GitHub) as the original connection ARN for the repo link.

        Returns:
        The Amazon Resource Name (ARN) of the connection for the repository link to be updated. The updated connection ARN must have the same providerType (such as GitHub) as the original connection ARN for the repo link.
      • encryptionKeyArn

        public final String encryptionKeyArn()

        The Amazon Resource Name (ARN) of the encryption key for the repository link to be updated.

        Returns:
        The Amazon Resource Name (ARN) of the encryption key for the repository link to be updated.
      • repositoryLinkId

        public final String repositoryLinkId()

        The ID of the repository link to be updated.

        Returns:
        The ID of the repository link to be updated.
      • 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