Uses of Class
software.amazon.awssdk.services.codebuild.model.ProjectBuildBatchConfig
-
Packages that use ProjectBuildBatchConfig Package Description software.amazon.awssdk.services.codebuild.model -
-
Uses of ProjectBuildBatchConfig in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return ProjectBuildBatchConfig Modifier and Type Method Description ProjectBuildBatchConfigBuildBatch. buildBatchConfig()Returns the value of the BuildBatchConfig property for this object.ProjectBuildBatchConfigCreateProjectRequest. buildBatchConfig()A ProjectBuildBatchConfig object that defines the batch build options for the project.ProjectBuildBatchConfigProject. buildBatchConfig()A ProjectBuildBatchConfig object that defines the batch build options for the project.ProjectBuildBatchConfigUpdateProjectRequest. buildBatchConfig()Returns the value of the BuildBatchConfig property for this object.ProjectBuildBatchConfigStartBuildBatchRequest. buildBatchConfigOverride()ABuildBatchConfigOverrideobject that contains batch build configuration overrides.Methods in software.amazon.awssdk.services.codebuild.model with parameters of type ProjectBuildBatchConfig Modifier and Type Method Description BuildBatch.BuilderBuildBatch.Builder. buildBatchConfig(ProjectBuildBatchConfig buildBatchConfig)Sets the value of the BuildBatchConfig property for this object.CreateProjectRequest.BuilderCreateProjectRequest.Builder. buildBatchConfig(ProjectBuildBatchConfig buildBatchConfig)A ProjectBuildBatchConfig object that defines the batch build options for the project.Project.BuilderProject.Builder. buildBatchConfig(ProjectBuildBatchConfig buildBatchConfig)A ProjectBuildBatchConfig object that defines the batch build options for the project.UpdateProjectRequest.BuilderUpdateProjectRequest.Builder. buildBatchConfig(ProjectBuildBatchConfig buildBatchConfig)Sets the value of the BuildBatchConfig property for this object.StartBuildBatchRequest.BuilderStartBuildBatchRequest.Builder. buildBatchConfigOverride(ProjectBuildBatchConfig buildBatchConfigOverride)ABuildBatchConfigOverrideobject that contains batch build configuration overrides.
-