Uses of Interface
software.amazon.awssdk.services.codebuild.model.ProjectSourceVersion.Builder
-
Packages that use ProjectSourceVersion.Builder Package Description software.amazon.awssdk.services.codebuild.model -
-
Uses of ProjectSourceVersion.Builder in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return ProjectSourceVersion.Builder Modifier and Type Method Description static ProjectSourceVersion.BuilderProjectSourceVersion. builder()ProjectSourceVersion.BuilderProjectSourceVersion.Builder. sourceIdentifier(String sourceIdentifier)An identifier for a source in the build project.ProjectSourceVersion.BuilderProjectSourceVersion.Builder. sourceVersion(String sourceVersion)The source version for the corresponding source identifier.ProjectSourceVersion.BuilderProjectSourceVersion. toBuilder()Methods in software.amazon.awssdk.services.codebuild.model that return types with arguments of type ProjectSourceVersion.Builder Modifier and Type Method Description static Class<? extends ProjectSourceVersion.Builder>ProjectSourceVersion. serializableBuilderClass()
-