Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
SourceControlDetails |
SourceControlDetails.clone() |
SourceControlDetails |
JobUpdate.getSourceControlDetails()
The details for a source control configuration for a job, allowing synchronization of job artifacts to or from a
remote repository.
|
SourceControlDetails |
CreateJobRequest.getSourceControlDetails()
The details for a source control configuration for a job, allowing synchronization of job artifacts to or from a
remote repository.
|
SourceControlDetails |
Job.getSourceControlDetails()
The details for a source control configuration for a job, allowing synchronization of job artifacts to or from a
remote repository.
|
SourceControlDetails |
SourceControlDetails.withAuthStrategy(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 |
SourceControlDetails.withAuthStrategy(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 |
SourceControlDetails.withAuthToken(String authToken)
The value of an authorization token.
|
SourceControlDetails |
SourceControlDetails.withBranch(String branch)
An optional branch in the remote repository.
|
SourceControlDetails |
SourceControlDetails.withFolder(String folder)
An optional folder in the remote repository.
|
SourceControlDetails |
SourceControlDetails.withLastCommitId(String lastCommitId)
The last commit ID for a commit in the remote repository.
|
SourceControlDetails |
SourceControlDetails.withOwner(String owner)
The owner of the remote repository that contains the job artifacts.
|
SourceControlDetails |
SourceControlDetails.withProvider(SourceControlProvider provider)
The provider for the remote repository.
|
SourceControlDetails |
SourceControlDetails.withProvider(String provider)
The provider for the remote repository.
|
SourceControlDetails |
SourceControlDetails.withRepository(String repository)
The name of the remote repository that contains the job artifacts.
|
Modifier and Type | Method and Description |
---|---|
void |
JobUpdate.setSourceControlDetails(SourceControlDetails sourceControlDetails)
The details for a source control configuration for a job, allowing synchronization of job artifacts to or from a
remote repository.
|
void |
CreateJobRequest.setSourceControlDetails(SourceControlDetails sourceControlDetails)
The details for a source control configuration for a job, allowing synchronization of job artifacts to or from a
remote repository.
|
void |
Job.setSourceControlDetails(SourceControlDetails sourceControlDetails)
The details for a source control configuration for a job, allowing synchronization of job artifacts to or from a
remote repository.
|
JobUpdate |
JobUpdate.withSourceControlDetails(SourceControlDetails sourceControlDetails)
The details for a source control configuration for a job, allowing synchronization of job artifacts to or from a
remote repository.
|
CreateJobRequest |
CreateJobRequest.withSourceControlDetails(SourceControlDetails sourceControlDetails)
The details for a source control configuration for a job, allowing synchronization of job artifacts to or from a
remote repository.
|
Job |
Job.withSourceControlDetails(SourceControlDetails sourceControlDetails)
The details for a source control configuration for a job, allowing synchronization of job artifacts to or from a
remote repository.
|
Copyright © 2023. All rights reserved.