Class ProjectBuildBatchConfigArgs.Builder

    • Method Detail

      • combineArtifacts

        public ProjectBuildBatchConfigArgs.Builder combineArtifacts​(@Nullable
                                                                    com.pulumi.core.Output<java.lang.Boolean> combineArtifacts)
        Parameters:
        combineArtifacts - Specifies if the build artifacts for the batch build should be combined into a single artifact location.
        Returns:
        builder
      • combineArtifacts

        public ProjectBuildBatchConfigArgs.Builder combineArtifacts​(java.lang.Boolean combineArtifacts)
        Parameters:
        combineArtifacts - Specifies if the build artifacts for the batch build should be combined into a single artifact location.
        Returns:
        builder
      • serviceRole

        public ProjectBuildBatchConfigArgs.Builder serviceRole​(com.pulumi.core.Output<java.lang.String> serviceRole)
        Parameters:
        serviceRole - Specifies the service role ARN for the batch build project.
        Returns:
        builder
      • serviceRole

        public ProjectBuildBatchConfigArgs.Builder serviceRole​(java.lang.String serviceRole)
        Parameters:
        serviceRole - Specifies the service role ARN for the batch build project.
        Returns:
        builder
      • timeoutInMins

        public ProjectBuildBatchConfigArgs.Builder timeoutInMins​(@Nullable
                                                                 com.pulumi.core.Output<java.lang.Integer> timeoutInMins)
        Parameters:
        timeoutInMins - Specifies the maximum amount of time, in minutes, that the batch build must be completed in.
        Returns:
        builder
      • timeoutInMins

        public ProjectBuildBatchConfigArgs.Builder timeoutInMins​(java.lang.Integer timeoutInMins)
        Parameters:
        timeoutInMins - Specifies the maximum amount of time, in minutes, that the batch build must be completed in.
        Returns:
        builder