public static interface SourceControlDetails.Builder extends SdkPojo, CopyableBuilder<SourceControlDetails.Builder,SourceControlDetails>
| Modifier and Type | Method and Description |
|---|---|
SourceControlDetails.Builder |
authStrategy(SourceControlAuthStrategy authStrategy)
The type of authentication, which can be an authentication token stored in Amazon Web Services Secrets
Manager, or a personal access token.
|
SourceControlDetails.Builder |
authStrategy(String authStrategy)
The type of authentication, which can be an authentication token stored in Amazon Web Services Secrets
Manager, or a personal access token.
|
SourceControlDetails.Builder |
authToken(String authToken)
The value of an authorization token.
|
SourceControlDetails.Builder |
branch(String branch)
An optional branch in the remote repository.
|
SourceControlDetails.Builder |
folder(String folder)
An optional folder in the remote repository.
|
SourceControlDetails.Builder |
lastCommitId(String lastCommitId)
The last commit ID for a commit in the remote repository.
|
SourceControlDetails.Builder |
owner(String owner)
The owner of the remote repository that contains the job artifacts.
|
SourceControlDetails.Builder |
provider(SourceControlProvider provider)
The provider for the remote repository.
|
SourceControlDetails.Builder |
provider(String provider)
The provider for the remote repository.
|
SourceControlDetails.Builder |
repository(String repository)
The name of the remote repository that contains the job artifacts.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSourceControlDetails.Builder provider(String provider)
The provider for the remote repository.
provider - The provider for the remote repository.SourceControlProvider,
SourceControlProviderSourceControlDetails.Builder provider(SourceControlProvider provider)
The provider for the remote repository.
provider - The provider for the remote repository.SourceControlProvider,
SourceControlProviderSourceControlDetails.Builder repository(String repository)
The name of the remote repository that contains the job artifacts.
repository - The name of the remote repository that contains the job artifacts.SourceControlDetails.Builder owner(String owner)
The owner of the remote repository that contains the job artifacts.
owner - The owner of the remote repository that contains the job artifacts.SourceControlDetails.Builder branch(String branch)
An optional branch in the remote repository.
branch - An optional branch in the remote repository.SourceControlDetails.Builder folder(String folder)
An optional folder in the remote repository.
folder - An optional folder in the remote repository.SourceControlDetails.Builder lastCommitId(String lastCommitId)
The last commit ID for a commit in the remote repository.
lastCommitId - The last commit ID for a commit in the remote repository.SourceControlDetails.Builder authStrategy(String authStrategy)
The type of authentication, which can be an authentication token stored in Amazon Web Services Secrets Manager, or a personal access token.
authStrategy - The type of authentication, which can be an authentication token stored in Amazon Web Services Secrets
Manager, or a personal access token.SourceControlAuthStrategy,
SourceControlAuthStrategySourceControlDetails.Builder authStrategy(SourceControlAuthStrategy authStrategy)
The type of authentication, which can be an authentication token stored in Amazon Web Services Secrets Manager, or a personal access token.
authStrategy - The type of authentication, which can be an authentication token stored in Amazon Web Services Secrets
Manager, or a personal access token.SourceControlAuthStrategy,
SourceControlAuthStrategySourceControlDetails.Builder authToken(String authToken)
The value of an authorization token.
authToken - The value of an authorization token.Copyright © 2023. All rights reserved.