| Package | Description |
|---|---|
| com.amazonaws.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
SourceAuth |
SourceAuth.clone() |
SourceAuth |
ProjectSource.getAuth()
Information about the authorization settings for CodeBuild to access the source code to be built.
|
SourceAuth |
StartBuildBatchRequest.getSourceAuthOverride()
A
SourceAuth object that overrides the one defined in the batch build project. |
SourceAuth |
StartBuildRequest.getSourceAuthOverride()
An authorization type for this build that overrides the one defined in the build project.
|
SourceAuth |
SourceAuth.withResource(String resource)
The resource value that applies to the specified authorization type.
|
SourceAuth |
SourceAuth.withType(SourceAuthType type)
|
SourceAuth |
SourceAuth.withType(String type)
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProjectSource.setAuth(SourceAuth auth)
Information about the authorization settings for CodeBuild to access the source code to be built.
|
void |
StartBuildBatchRequest.setSourceAuthOverride(SourceAuth sourceAuthOverride)
A
SourceAuth object that overrides the one defined in the batch build project. |
void |
StartBuildRequest.setSourceAuthOverride(SourceAuth sourceAuthOverride)
An authorization type for this build that overrides the one defined in the build project.
|
ProjectSource |
ProjectSource.withAuth(SourceAuth auth)
Information about the authorization settings for CodeBuild to access the source code to be built.
|
StartBuildBatchRequest |
StartBuildBatchRequest.withSourceAuthOverride(SourceAuth sourceAuthOverride)
A
SourceAuth object that overrides the one defined in the batch build project. |
StartBuildRequest |
StartBuildRequest.withSourceAuthOverride(SourceAuth sourceAuthOverride)
An authorization type for this build that overrides the one defined in the build project.
|
Copyright © 2024. All rights reserved.