Class CreatePresetRequest

    • Method Detail

      • name

        public final String name()

        The name of the preset. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

        Returns:
        The name of the preset. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.
      • description

        public final String description()

        A description of the preset.

        Returns:
        A description of the preset.
      • container

        public final String container()

        The container type for the output file. Valid values include flac, flv, fmp4, gif, mp3, mp4, mpg, mxf, oga, ogg, ts, and webm.

        Returns:
        The container type for the output file. Valid values include flac, flv, fmp4, gif, mp3, mp4, mpg, mxf, oga, ogg, ts, and webm.
      • video

        public final VideoParameters video()

        A section of the request body that specifies the video parameters.

        Returns:
        A section of the request body that specifies the video parameters.
      • audio

        public final AudioParameters audio()

        A section of the request body that specifies the audio parameters.

        Returns:
        A section of the request body that specifies the audio parameters.
      • thumbnails

        public final Thumbnails thumbnails()

        A section of the request body that specifies the thumbnail parameters, if any.

        Returns:
        A section of the request body that specifies the thumbnail parameters, if any.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object