public static interface UpdateJobFromSourceControlRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<UpdateJobFromSourceControlRequest.Builder,UpdateJobFromSourceControlRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateJobFromSourceControlRequest.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.
|
UpdateJobFromSourceControlRequest.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.
|
UpdateJobFromSourceControlRequest.Builder |
authToken(String authToken)
The value of the authorization token.
|
UpdateJobFromSourceControlRequest.Builder |
branchName(String branchName)
An optional branch in the remote repository.
|
UpdateJobFromSourceControlRequest.Builder |
commitId(String commitId)
A commit ID for a commit in the remote repository.
|
UpdateJobFromSourceControlRequest.Builder |
folder(String folder)
An optional folder in the remote repository.
|
UpdateJobFromSourceControlRequest.Builder |
jobName(String jobName)
The name of the Glue job to be synchronized to or from the remote repository.
|
UpdateJobFromSourceControlRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateJobFromSourceControlRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateJobFromSourceControlRequest.Builder |
provider(SourceControlProvider provider)
The provider for the remote repository.
|
UpdateJobFromSourceControlRequest.Builder |
provider(String provider)
The provider for the remote repository.
|
UpdateJobFromSourceControlRequest.Builder |
repositoryName(String repositoryName)
The name of the remote repository that contains the job artifacts.
|
UpdateJobFromSourceControlRequest.Builder |
repositoryOwner(String repositoryOwner)
The owner of the remote repository that contains the job artifacts.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateJobFromSourceControlRequest.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.UpdateJobFromSourceControlRequest.Builder provider(String provider)
The provider for the remote repository. Possible values: GITHUB, AWS_CODE_COMMIT, GITLAB, BITBUCKET.
provider - The provider for the remote repository. Possible values: GITHUB, AWS_CODE_COMMIT, GITLAB, BITBUCKET.SourceControlProvider,
SourceControlProviderUpdateJobFromSourceControlRequest.Builder provider(SourceControlProvider provider)
The provider for the remote repository. Possible values: GITHUB, AWS_CODE_COMMIT, GITLAB, BITBUCKET.
provider - The provider for the remote repository. Possible values: GITHUB, AWS_CODE_COMMIT, GITLAB, BITBUCKET.SourceControlProvider,
SourceControlProviderUpdateJobFromSourceControlRequest.Builder repositoryName(String repositoryName)
The name of the remote repository that contains the job artifacts. For BitBucket providers,
RepositoryName should include WorkspaceName. Use the format
<WorkspaceName>/<RepositoryName>.
repositoryName - The name of the remote repository that contains the job artifacts. For BitBucket providers,
RepositoryName should include WorkspaceName. Use the format
<WorkspaceName>/<RepositoryName>.UpdateJobFromSourceControlRequest.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.UpdateJobFromSourceControlRequest.Builder branchName(String branchName)
An optional branch in the remote repository.
branchName - An optional branch in the remote repository.UpdateJobFromSourceControlRequest.Builder folder(String folder)
An optional folder in the remote repository.
folder - An optional folder in the remote repository.UpdateJobFromSourceControlRequest.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.UpdateJobFromSourceControlRequest.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,
SourceControlAuthStrategyUpdateJobFromSourceControlRequest.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,
SourceControlAuthStrategyUpdateJobFromSourceControlRequest.Builder authToken(String authToken)
The value of the authorization token.
authToken - The value of the authorization token.UpdateJobFromSourceControlRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateJobFromSourceControlRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.