public static interface GitConfig.Builder extends SdkPojo, CopyableBuilder<GitConfig.Builder,GitConfig>
| Modifier and Type | Method and Description |
|---|---|
GitConfig.Builder |
branch(String branch)
The default branch for the Git repository.
|
GitConfig.Builder |
repositoryUrl(String repositoryUrl)
The URL where the Git repository is located.
|
GitConfig.Builder |
secretArn(String secretArn)
The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that contains the
credentials used to access the git repository.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGitConfig.Builder repositoryUrl(String repositoryUrl)
The URL where the Git repository is located.
repositoryUrl - The URL where the Git repository is located.GitConfig.Builder branch(String branch)
The default branch for the Git repository.
branch - The default branch for the Git repository.GitConfig.Builder secretArn(String secretArn)
The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that contains the
credentials used to access the git repository. The secret must have a staging label of
AWSCURRENT and must be in the following format:
{"username": UserName, "password": Password}
secretArn - The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that contains the
credentials used to access the git repository. The secret must have a staging label of
AWSCURRENT and must be in the following format:
{"username": UserName, "password": Password}
Copyright © 2022. All rights reserved.