public static interface BatchRestrictions.Builder extends SdkPojo, CopyableBuilder<BatchRestrictions.Builder,BatchRestrictions>
| Modifier and Type | Method and Description |
|---|---|
BatchRestrictions.Builder |
computeTypesAllowed(Collection<String> computeTypesAllowed)
An array of strings that specify the compute types that are allowed for the batch build.
|
BatchRestrictions.Builder |
computeTypesAllowed(String... computeTypesAllowed)
An array of strings that specify the compute types that are allowed for the batch build.
|
BatchRestrictions.Builder |
maximumBuildsAllowed(Integer maximumBuildsAllowed)
Specifies the maximum number of builds allowed.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchRestrictions.Builder maximumBuildsAllowed(Integer maximumBuildsAllowed)
Specifies the maximum number of builds allowed.
maximumBuildsAllowed - Specifies the maximum number of builds allowed.BatchRestrictions.Builder computeTypesAllowed(Collection<String> computeTypesAllowed)
An array of strings that specify the compute types that are allowed for the batch build. See Build environment compute types in the AWS CodeBuild User Guide for these values.
computeTypesAllowed - An array of strings that specify the compute types that are allowed for the batch build. See Build
environment compute types in the AWS CodeBuild User Guide for these values.BatchRestrictions.Builder computeTypesAllowed(String... computeTypesAllowed)
An array of strings that specify the compute types that are allowed for the batch build. See Build environment compute types in the AWS CodeBuild User Guide for these values.
computeTypesAllowed - An array of strings that specify the compute types that are allowed for the batch build. See Build
environment compute types in the AWS CodeBuild User Guide for these values.Copyright © 2021. All rights reserved.