| Package | Description |
|---|---|
| software.amazon.awssdk.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
static SourceAuth.Builder |
SourceAuth.builder() |
SourceAuth.Builder |
SourceAuth.Builder.resource(String resource)
The resource value that applies to the specified authorization type.
|
SourceAuth.Builder |
SourceAuth.toBuilder() |
SourceAuth.Builder |
SourceAuth.Builder.type(SourceAuthType type)
|
SourceAuth.Builder |
SourceAuth.Builder.type(String type)
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SourceAuth.Builder> |
SourceAuth.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ProjectSource.Builder |
ProjectSource.Builder.auth(Consumer<SourceAuth.Builder> auth)
Information about the authorization settings for AWS CodeBuild to access the source code to be built.
|
default StartBuildRequest.Builder |
StartBuildRequest.Builder.sourceAuthOverride(Consumer<SourceAuth.Builder> sourceAuthOverride)
An authorization type for this build that overrides the one defined in the build project.
|
default StartBuildBatchRequest.Builder |
StartBuildBatchRequest.Builder.sourceAuthOverride(Consumer<SourceAuth.Builder> sourceAuthOverride)
A
SourceAuth object that overrides the one defined in the batch build project. |
Copyright © 2021. All rights reserved.