Uses of Interface
software.amazon.awssdk.services.codebuild.model.BatchRestrictions.Builder
-
Packages that use BatchRestrictions.Builder Package Description software.amazon.awssdk.services.codebuild.model -
-
Uses of BatchRestrictions.Builder in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return BatchRestrictions.Builder Modifier and Type Method Description static BatchRestrictions.BuilderBatchRestrictions. builder()BatchRestrictions.BuilderBatchRestrictions.Builder. computeTypesAllowed(String... computeTypesAllowed)An array of strings that specify the compute types that are allowed for the batch build.BatchRestrictions.BuilderBatchRestrictions.Builder. computeTypesAllowed(Collection<String> computeTypesAllowed)An array of strings that specify the compute types that are allowed for the batch build.BatchRestrictions.BuilderBatchRestrictions.Builder. maximumBuildsAllowed(Integer maximumBuildsAllowed)Specifies the maximum number of builds allowed.BatchRestrictions.BuilderBatchRestrictions. toBuilder()Methods in software.amazon.awssdk.services.codebuild.model that return types with arguments of type BatchRestrictions.Builder Modifier and Type Method Description static Class<? extends BatchRestrictions.Builder>BatchRestrictions. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codebuild.model with type arguments of type BatchRestrictions.Builder Modifier and Type Method Description default ProjectBuildBatchConfig.BuilderProjectBuildBatchConfig.Builder. restrictions(Consumer<BatchRestrictions.Builder> restrictions)ABatchRestrictionsobject that specifies the restrictions for the batch build.
-