Uses of Interface
software.amazon.awssdk.services.securityhub.model.AwsCodeBuildProjectSource.Builder
-
Packages that use AwsCodeBuildProjectSource.Builder Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsCodeBuildProjectSource.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return AwsCodeBuildProjectSource.Builder Modifier and Type Method Description static AwsCodeBuildProjectSource.BuilderAwsCodeBuildProjectSource. builder()AwsCodeBuildProjectSource.BuilderAwsCodeBuildProjectSource.Builder. gitCloneDepth(Integer gitCloneDepth)Information about the Git clone depth for the build project.AwsCodeBuildProjectSource.BuilderAwsCodeBuildProjectSource.Builder. insecureSsl(Boolean insecureSsl)Whether to ignore SSL warnings while connecting to the project source code.AwsCodeBuildProjectSource.BuilderAwsCodeBuildProjectSource.Builder. location(String location)Information about the location of the source code to be built.AwsCodeBuildProjectSource.BuilderAwsCodeBuildProjectSource. toBuilder()AwsCodeBuildProjectSource.BuilderAwsCodeBuildProjectSource.Builder. type(String type)The type of repository that contains the source code to be built.Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsCodeBuildProjectSource.Builder Modifier and Type Method Description static Class<? extends AwsCodeBuildProjectSource.Builder>AwsCodeBuildProjectSource. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsCodeBuildProjectSource.Builder Modifier and Type Method Description default AwsCodeBuildProjectDetails.BuilderAwsCodeBuildProjectDetails.Builder. source(Consumer<AwsCodeBuildProjectSource.Builder> source)Information about the build input source code for this build project.
-