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 Summary
Modifier and TypeMethodDescriptioncredentialArn(String credentialArn) The ARN of the credential in AgentCore Identity containing the password or personal access token.Username for authentication.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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.
-