Uses of Interface
software.amazon.awssdk.services.codebuild.model.ProjectBuildBatchConfig.Builder
-
Packages that use ProjectBuildBatchConfig.Builder Package Description software.amazon.awssdk.services.codebuild.model -
-
Uses of ProjectBuildBatchConfig.Builder in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return ProjectBuildBatchConfig.Builder Modifier and Type Method Description ProjectBuildBatchConfig.BuilderProjectBuildBatchConfig.Builder. batchReportMode(String batchReportMode)Specifies how build status reports are sent to the source provider for the batch build.ProjectBuildBatchConfig.BuilderProjectBuildBatchConfig.Builder. batchReportMode(BatchReportModeType batchReportMode)Specifies how build status reports are sent to the source provider for the batch build.static ProjectBuildBatchConfig.BuilderProjectBuildBatchConfig. builder()ProjectBuildBatchConfig.BuilderProjectBuildBatchConfig.Builder. combineArtifacts(Boolean combineArtifacts)Specifies if the build artifacts for the batch build should be combined into a single artifact location.default ProjectBuildBatchConfig.BuilderProjectBuildBatchConfig.Builder. restrictions(Consumer<BatchRestrictions.Builder> restrictions)ABatchRestrictionsobject that specifies the restrictions for the batch build.ProjectBuildBatchConfig.BuilderProjectBuildBatchConfig.Builder. restrictions(BatchRestrictions restrictions)ABatchRestrictionsobject that specifies the restrictions for the batch build.ProjectBuildBatchConfig.BuilderProjectBuildBatchConfig.Builder. serviceRole(String serviceRole)Specifies the service role ARN for the batch build project.ProjectBuildBatchConfig.BuilderProjectBuildBatchConfig.Builder. timeoutInMins(Integer timeoutInMins)Specifies the maximum amount of time, in minutes, that the batch build must be completed in.ProjectBuildBatchConfig.BuilderProjectBuildBatchConfig. toBuilder()Methods in software.amazon.awssdk.services.codebuild.model that return types with arguments of type ProjectBuildBatchConfig.Builder Modifier and Type Method Description static Class<? extends ProjectBuildBatchConfig.Builder>ProjectBuildBatchConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codebuild.model with type arguments of type ProjectBuildBatchConfig.Builder Modifier and Type Method Description default BuildBatch.BuilderBuildBatch.Builder. buildBatchConfig(Consumer<ProjectBuildBatchConfig.Builder> buildBatchConfig)Sets the value of the BuildBatchConfig property for this object.default CreateProjectRequest.BuilderCreateProjectRequest.Builder. buildBatchConfig(Consumer<ProjectBuildBatchConfig.Builder> buildBatchConfig)A ProjectBuildBatchConfig object that defines the batch build options for the project.default Project.BuilderProject.Builder. buildBatchConfig(Consumer<ProjectBuildBatchConfig.Builder> buildBatchConfig)A ProjectBuildBatchConfig object that defines the batch build options for the project.default UpdateProjectRequest.BuilderUpdateProjectRequest.Builder. buildBatchConfig(Consumer<ProjectBuildBatchConfig.Builder> buildBatchConfig)Sets the value of the BuildBatchConfig property for this object.default StartBuildBatchRequest.BuilderStartBuildBatchRequest.Builder. buildBatchConfigOverride(Consumer<ProjectBuildBatchConfig.Builder> buildBatchConfigOverride)ABuildBatchConfigOverrideobject that contains batch build configuration overrides.
-