| Package | Description |
|---|---|
| software.amazon.awssdk.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
ProjectBuildBatchConfig.Builder |
ProjectBuildBatchConfig.Builder.batchReportMode(BatchReportModeType batchReportMode)
Specifies how build status reports are sent to the source provider for the batch build.
|
ProjectBuildBatchConfig.Builder |
ProjectBuildBatchConfig.Builder.batchReportMode(String batchReportMode)
Specifies how build status reports are sent to the source provider for the batch build.
|
static ProjectBuildBatchConfig.Builder |
ProjectBuildBatchConfig.builder() |
ProjectBuildBatchConfig.Builder |
ProjectBuildBatchConfig.Builder.combineArtifacts(Boolean combineArtifacts)
Specifies if the build artifacts for the batch build should be combined into a single artifact location.
|
ProjectBuildBatchConfig.Builder |
ProjectBuildBatchConfig.Builder.restrictions(BatchRestrictions restrictions)
A
BatchRestrictions object that specifies the restrictions for the batch build. |
default ProjectBuildBatchConfig.Builder |
ProjectBuildBatchConfig.Builder.restrictions(Consumer<BatchRestrictions.Builder> restrictions)
A
BatchRestrictions object that specifies the restrictions for the batch build. |
ProjectBuildBatchConfig.Builder |
ProjectBuildBatchConfig.Builder.serviceRole(String serviceRole)
Specifies the service role ARN for the batch build project.
|
ProjectBuildBatchConfig.Builder |
ProjectBuildBatchConfig.Builder.timeoutInMins(Integer timeoutInMins)
Specifies the maximum amount of time, in minutes, that the batch build must be completed in.
|
ProjectBuildBatchConfig.Builder |
ProjectBuildBatchConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ProjectBuildBatchConfig.Builder> |
ProjectBuildBatchConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateProjectRequest.Builder |
CreateProjectRequest.Builder.buildBatchConfig(Consumer<ProjectBuildBatchConfig.Builder> buildBatchConfig)
A ProjectBuildBatchConfig object that defines the batch build options for the project.
|
default BuildBatch.Builder |
BuildBatch.Builder.buildBatchConfig(Consumer<ProjectBuildBatchConfig.Builder> buildBatchConfig)
Sets the value of the BuildBatchConfig property for this object.
|
default Project.Builder |
Project.Builder.buildBatchConfig(Consumer<ProjectBuildBatchConfig.Builder> buildBatchConfig)
A ProjectBuildBatchConfig object that defines the batch build options for the project.
|
default UpdateProjectRequest.Builder |
UpdateProjectRequest.Builder.buildBatchConfig(Consumer<ProjectBuildBatchConfig.Builder> buildBatchConfig)
Sets the value of the BuildBatchConfig property for this object.
|
default StartBuildBatchRequest.Builder |
StartBuildBatchRequest.Builder.buildBatchConfigOverride(Consumer<ProjectBuildBatchConfig.Builder> buildBatchConfigOverride)
A
BuildBatchConfigOverride object that contains batch build configuration overrides. |
Copyright © 2023. All rights reserved.