Interface WarningGroup.Builder

    • Method Detail

      • code

        WarningGroup.Builder code​(Integer code)
        Warning code that identifies a specific warning in the job. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/warning_codes.html
        Parameters:
        code - Warning code that identifies a specific warning in the job. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/warning_codes.html
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • count

        WarningGroup.Builder count​(Integer count)
        The number of times this warning occurred in the job.
        Parameters:
        count - The number of times this warning occurred in the job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.