Interface ServiceOverride.Builder

    • Method Detail

      • message

        ServiceOverride.Builder message​(String message)
        Details about the service override that MediaConvert has applied.
        Parameters:
        message - Details about the service override that MediaConvert has applied.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        ServiceOverride.Builder name​(String name)
        The name of the setting that MediaConvert has applied an override to.
        Parameters:
        name - The name of the setting that MediaConvert has applied an override to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • overrideValue

        ServiceOverride.Builder overrideValue​(String overrideValue)
        The current value of the service override that MediaConvert has applied.
        Parameters:
        overrideValue - The current value of the service override that MediaConvert has applied.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        ServiceOverride.Builder value​(String value)
        The value of the setting that you configured, prior to any overrides that MediaConvert has applied.
        Parameters:
        value - The value of the setting that you configured, prior to any overrides that MediaConvert has applied.
        Returns:
        Returns a reference to this object so that method calls can be chained together.