| Package | Description |
|---|---|
| software.amazon.awssdk.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
SourceAuth |
ProjectSource.auth()
Information about the authorization settings for AWS CodeBuild to access the source code to be built.
|
SourceAuth |
StartBuildRequest.sourceAuthOverride()
An authorization type for this build that overrides the one defined in the build project.
|
SourceAuth |
StartBuildBatchRequest.sourceAuthOverride()
A
SourceAuth object that overrides the one defined in the batch build project. |
| Modifier and Type | Method and Description |
|---|---|
ProjectSource.Builder |
ProjectSource.Builder.auth(SourceAuth auth)
Information about the authorization settings for AWS CodeBuild to access the source code to be built.
|
StartBuildRequest.Builder |
StartBuildRequest.Builder.sourceAuthOverride(SourceAuth sourceAuthOverride)
An authorization type for this build that overrides the one defined in the build project.
|
StartBuildBatchRequest.Builder |
StartBuildBatchRequest.Builder.sourceAuthOverride(SourceAuth sourceAuthOverride)
A
SourceAuth object that overrides the one defined in the batch build project. |
Copyright © 2021. All rights reserved.