| Package | Description |
|---|---|
| software.amazon.awssdk.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
static BatchRestrictions.Builder |
BatchRestrictions.builder() |
BatchRestrictions.Builder |
BatchRestrictions.Builder.computeTypesAllowed(Collection<String> computeTypesAllowed)
An array of strings that specify the compute types that are allowed for the batch build.
|
BatchRestrictions.Builder |
BatchRestrictions.Builder.computeTypesAllowed(String... computeTypesAllowed)
An array of strings that specify the compute types that are allowed for the batch build.
|
BatchRestrictions.Builder |
BatchRestrictions.Builder.maximumBuildsAllowed(Integer maximumBuildsAllowed)
Specifies the maximum number of builds allowed.
|
BatchRestrictions.Builder |
BatchRestrictions.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchRestrictions.Builder> |
BatchRestrictions.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ProjectBuildBatchConfig.Builder |
ProjectBuildBatchConfig.Builder.restrictions(Consumer<BatchRestrictions.Builder> restrictions)
A
BatchRestrictions object that specifies the restrictions for the batch build. |
Copyright © 2021. All rights reserved.