Interface HarnessSkillGitAuth.Builder

All Superinterfaces:
Buildable, CopyableBuilder<HarnessSkillGitAuth.Builder,HarnessSkillGitAuth>, SdkBuilder<HarnessSkillGitAuth.Builder,HarnessSkillGitAuth>, SdkPojo
Enclosing class:
HarnessSkillGitAuth

@Mutable @NotThreadSafe public static interface HarnessSkillGitAuth.Builder extends SdkPojo, CopyableBuilder<HarnessSkillGitAuth.Builder,HarnessSkillGitAuth>
  • Method Details

    • credentialArn

      HarnessSkillGitAuth.Builder credentialArn(String credentialArn)

      The ARN of the credential in AgentCore Identity containing the password or personal access token.

      Parameters:
      credentialArn - The ARN of the credential in AgentCore Identity containing the password or personal access token.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • username

      HarnessSkillGitAuth.Builder username(String username)

      Username for authentication. Defaults to 'oauth2' if not specified.

      Parameters:
      username - Username for authentication. Defaults to 'oauth2' if not specified.
      Returns:
      Returns a reference to this object so that method calls can be chained together.