Class ProjectBuildBatchConfigRestrictionsArgs.Builder

    • Method Detail

      • computeTypesAlloweds

        public ProjectBuildBatchConfigRestrictionsArgs.Builder computeTypesAlloweds​(@Nullable
                                                                                    com.pulumi.core.Output<java.util.List<java.lang.String>> computeTypesAlloweds)
        Parameters:
        computeTypesAlloweds - An array of strings that specify the compute types that are allowed for the batch build. See [Build environment compute types](https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-compute-types.html) in the AWS CodeBuild User Guide for these values.
        Returns:
        builder
      • computeTypesAlloweds

        public ProjectBuildBatchConfigRestrictionsArgs.Builder computeTypesAlloweds​(java.util.List<java.lang.String> computeTypesAlloweds)
        Parameters:
        computeTypesAlloweds - An array of strings that specify the compute types that are allowed for the batch build. See [Build environment compute types](https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-compute-types.html) in the AWS CodeBuild User Guide for these values.
        Returns:
        builder
      • computeTypesAlloweds

        public ProjectBuildBatchConfigRestrictionsArgs.Builder computeTypesAlloweds​(java.lang.String... computeTypesAlloweds)
        Parameters:
        computeTypesAlloweds - An array of strings that specify the compute types that are allowed for the batch build. See [Build environment compute types](https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-compute-types.html) in the AWS CodeBuild User Guide for these values.
        Returns:
        builder
      • maximumBuildsAllowed

        public ProjectBuildBatchConfigRestrictionsArgs.Builder maximumBuildsAllowed​(@Nullable
                                                                                    com.pulumi.core.Output<java.lang.Integer> maximumBuildsAllowed)
        Parameters:
        maximumBuildsAllowed - Specifies the maximum number of builds allowed.
        Returns:
        builder
      • maximumBuildsAllowed

        public ProjectBuildBatchConfigRestrictionsArgs.Builder maximumBuildsAllowed​(java.lang.Integer maximumBuildsAllowed)
        Parameters:
        maximumBuildsAllowed - Specifies the maximum number of builds allowed.
        Returns:
        builder