public static interface UpdateSourceControlFromJobRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<UpdateSourceControlFromJobRequest.Builder,UpdateSourceControlFromJobRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateSourceControlFromJobRequest.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.
|
UpdateSourceControlFromJobRequest.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.
|
UpdateSourceControlFromJobRequest.Builder |
authToken(String authToken)
The value of the authorization token.
|
UpdateSourceControlFromJobRequest.Builder |
branchName(String branchName)
An optional branch in the remote repository.
|
UpdateSourceControlFromJobRequest.Builder |
commitId(String commitId)
A commit ID for a commit in the remote repository.
|
UpdateSourceControlFromJobRequest.Builder |
folder(String folder)
An optional folder in the remote repository.
|
UpdateSourceControlFromJobRequest.Builder |
jobName(String jobName)
The name of the Glue job to be synchronized to or from the remote repository.
|
UpdateSourceControlFromJobRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateSourceControlFromJobRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateSourceControlFromJobRequest.Builder |
provider(SourceControlProvider provider)
The provider for the remote repository.
|
UpdateSourceControlFromJobRequest.Builder |
provider(String provider)
The provider for the remote repository.
|
UpdateSourceControlFromJobRequest.Builder |
repositoryName(String repositoryName)
The name of the remote repository that contains the job artifacts.
|
UpdateSourceControlFromJobRequest.Builder |
repositoryOwner(String repositoryOwner)
The owner of the remote repository that contains the job artifacts.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateSourceControlFromJobRequest.Builder jobName(String jobName)
The name of the Glue job to be synchronized to or from the remote repository.
jobName - The name of the Glue job to be synchronized to or from the remote repository.UpdateSourceControlFromJobRequest.Builder provider(String provider)
The provider for the remote repository.
provider - The provider for the remote repository.SourceControlProvider,
SourceControlProviderUpdateSourceControlFromJobRequest.Builder provider(SourceControlProvider provider)
The provider for the remote repository.
provider - The provider for the remote repository.SourceControlProvider,
SourceControlProviderUpdateSourceControlFromJobRequest.Builder repositoryName(String repositoryName)
The name of the remote repository that contains the job artifacts.
repositoryName - The name of the remote repository that contains the job artifacts.UpdateSourceControlFromJobRequest.Builder repositoryOwner(String repositoryOwner)
The owner of the remote repository that contains the job artifacts.
repositoryOwner - The owner of the remote repository that contains the job artifacts.UpdateSourceControlFromJobRequest.Builder branchName(String branchName)
An optional branch in the remote repository.
branchName - An optional branch in the remote repository.UpdateSourceControlFromJobRequest.Builder folder(String folder)
An optional folder in the remote repository.
folder - An optional folder in the remote repository.UpdateSourceControlFromJobRequest.Builder commitId(String commitId)
A commit ID for a commit in the remote repository.
commitId - A commit ID for a commit in the remote repository.UpdateSourceControlFromJobRequest.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,
SourceControlAuthStrategyUpdateSourceControlFromJobRequest.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,
SourceControlAuthStrategyUpdateSourceControlFromJobRequest.Builder authToken(String authToken)
The value of the authorization token.
authToken - The value of the authorization token.UpdateSourceControlFromJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateSourceControlFromJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.