| Package | Description |
|---|---|
| com.amazonaws.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
BatchRestrictions |
BatchRestrictions.clone() |
BatchRestrictions |
ProjectBuildBatchConfig.getRestrictions()
A
BatchRestrictions object that specifies the restrictions for the batch build. |
BatchRestrictions |
BatchRestrictions.withComputeTypesAllowed(Collection<String> computeTypesAllowed)
An array of strings that specify the compute types that are allowed for the batch build.
|
BatchRestrictions |
BatchRestrictions.withComputeTypesAllowed(String... computeTypesAllowed)
An array of strings that specify the compute types that are allowed for the batch build.
|
BatchRestrictions |
BatchRestrictions.withMaximumBuildsAllowed(Integer maximumBuildsAllowed)
Specifies the maximum number of builds allowed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProjectBuildBatchConfig.setRestrictions(BatchRestrictions restrictions)
A
BatchRestrictions object that specifies the restrictions for the batch build. |
ProjectBuildBatchConfig |
ProjectBuildBatchConfig.withRestrictions(BatchRestrictions restrictions)
A
BatchRestrictions object that specifies the restrictions for the batch build. |
Copyright © 2024. All rights reserved.