| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsCodeBuildProjectSource |
AwsCodeBuildProjectSource.clone() |
AwsCodeBuildProjectSource |
AwsCodeBuildProjectDetails.getSource()
Information about the build input source code for this build project.
|
AwsCodeBuildProjectSource |
AwsCodeBuildProjectSource.withGitCloneDepth(Integer gitCloneDepth)
Information about the Git clone depth for the build project.
|
AwsCodeBuildProjectSource |
AwsCodeBuildProjectSource.withInsecureSsl(Boolean insecureSsl)
Whether to ignore SSL warnings while connecting to the project source code.
|
AwsCodeBuildProjectSource |
AwsCodeBuildProjectSource.withLocation(String location)
Information about the location of the source code to be built.
|
AwsCodeBuildProjectSource |
AwsCodeBuildProjectSource.withType(String type)
The type of repository that contains the source code to be built.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsCodeBuildProjectDetails.setSource(AwsCodeBuildProjectSource source)
Information about the build input source code for this build project.
|
AwsCodeBuildProjectDetails |
AwsCodeBuildProjectDetails.withSource(AwsCodeBuildProjectSource source)
Information about the build input source code for this build project.
|
Copyright © 2020. All rights reserved.