| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
static AwsCodeBuildProjectSource.Builder |
AwsCodeBuildProjectSource.builder() |
AwsCodeBuildProjectSource.Builder |
AwsCodeBuildProjectSource.Builder.gitCloneDepth(Integer gitCloneDepth)
Information about the Git clone depth for the build project.
|
AwsCodeBuildProjectSource.Builder |
AwsCodeBuildProjectSource.Builder.insecureSsl(Boolean insecureSsl)
Whether to ignore SSL warnings while connecting to the project source code.
|
AwsCodeBuildProjectSource.Builder |
AwsCodeBuildProjectSource.Builder.location(String location)
Information about the location of the source code to be built.
|
AwsCodeBuildProjectSource.Builder |
AwsCodeBuildProjectSource.toBuilder() |
AwsCodeBuildProjectSource.Builder |
AwsCodeBuildProjectSource.Builder.type(String type)
The type of repository that contains the source code to be built.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AwsCodeBuildProjectSource.Builder> |
AwsCodeBuildProjectSource.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AwsCodeBuildProjectDetails.Builder |
AwsCodeBuildProjectDetails.Builder.source(Consumer<AwsCodeBuildProjectSource.Builder> source)
Information about the build input source code for this build project.
|
Copyright © 2023. All rights reserved.