Class ProjectBuildBatchConfig


  • public final class ProjectBuildBatchConfig
    extends java.lang.Object
    • Method Detail

      • combineArtifacts

        public java.util.Optional<java.lang.Boolean> combineArtifacts()
        Returns:
        Specifies if the build artifacts for the batch build should be combined into a single artifact location.
      • restrictions

        public java.util.Optional<ProjectBuildBatchConfigRestrictions> restrictions()
        Returns:
        Configuration block specifying the restrictions for the batch build. Detailed below.
      • serviceRole

        public java.lang.String serviceRole()
        Returns:
        Specifies the service role ARN for the batch build project.
      • timeoutInMins

        public java.util.Optional<java.lang.Integer> timeoutInMins()
        Returns:
        Specifies the maximum amount of time, in minutes, that the batch build must be completed in.