| Package | Description |
|---|---|
| software.amazon.awssdk.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
ProjectBuildBatchConfig |
Project.buildBatchConfig()
A ProjectBuildBatchConfig object that defines the batch build options for the project.
|
ProjectBuildBatchConfig |
CreateProjectRequest.buildBatchConfig()
A ProjectBuildBatchConfig object that defines the batch build options for the project.
|
ProjectBuildBatchConfig |
UpdateProjectRequest.buildBatchConfig()
Returns the value of the BuildBatchConfig property for this object.
|
ProjectBuildBatchConfig |
BuildBatch.buildBatchConfig()
Returns the value of the BuildBatchConfig property for this object.
|
ProjectBuildBatchConfig |
StartBuildBatchRequest.buildBatchConfigOverride()
A
BuildBatchConfigOverride object that contains batch build configuration overrides. |
| Modifier and Type | Method and Description |
|---|---|
Project.Builder |
Project.Builder.buildBatchConfig(ProjectBuildBatchConfig buildBatchConfig)
A ProjectBuildBatchConfig object that defines the batch build options for the project.
|
CreateProjectRequest.Builder |
CreateProjectRequest.Builder.buildBatchConfig(ProjectBuildBatchConfig buildBatchConfig)
A ProjectBuildBatchConfig object that defines the batch build options for the project.
|
UpdateProjectRequest.Builder |
UpdateProjectRequest.Builder.buildBatchConfig(ProjectBuildBatchConfig buildBatchConfig)
Sets the value of the BuildBatchConfig property for this object.
|
BuildBatch.Builder |
BuildBatch.Builder.buildBatchConfig(ProjectBuildBatchConfig buildBatchConfig)
Sets the value of the BuildBatchConfig property for this object.
|
StartBuildBatchRequest.Builder |
StartBuildBatchRequest.Builder.buildBatchConfigOverride(ProjectBuildBatchConfig buildBatchConfigOverride)
A
BuildBatchConfigOverride object that contains batch build configuration overrides. |
Copyright © 2021. All rights reserved.