JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.elastictranscoder.model

Class CreatePresetRequest

    • Constructor Detail

      • CreatePresetRequest

        public CreatePresetRequest()
    • Method Detail

      • setName

        public void setName(String name)

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

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

        public String getName()

        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.
      • withName

        public CreatePresetRequest withName(String name)

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

        Parameters:
        name - The name of the preset. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDescription

        public void setDescription(String description)

        A description of the preset.

        Parameters:
        description - A description of the preset.
      • getDescription

        public String getDescription()

        A description of the preset.

        Returns:
        A description of the preset.
      • withDescription

        public CreatePresetRequest withDescription(String description)

        A description of the preset.

        Parameters:
        description - A description of the preset.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setContainer

        public void setContainer(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.

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

        public String getContainer()

        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.
      • withContainer

        public CreatePresetRequest withContainer(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.

        Parameters:
        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:
        Returns a reference to this object so that method calls can be chained together.
      • setVideo

        public void setVideo(VideoParameters video)

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

        Parameters:
        video - A section of the request body that specifies the video parameters.
      • getVideo

        public VideoParameters getVideo()

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

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

        public CreatePresetRequest withVideo(VideoParameters video)

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

        Parameters:
        video - A section of the request body that specifies the video parameters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setAudio

        public void setAudio(AudioParameters audio)

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

        Parameters:
        audio - A section of the request body that specifies the audio parameters.
      • getAudio

        public AudioParameters getAudio()

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

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

        public CreatePresetRequest withAudio(AudioParameters audio)

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

        Parameters:
        audio - A section of the request body that specifies the audio parameters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setThumbnails

        public void setThumbnails(Thumbnails thumbnails)

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

        Parameters:
        thumbnails - A section of the request body that specifies the thumbnail parameters, if any.
      • getThumbnails

        public Thumbnails getThumbnails()

        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.
      • withThumbnails

        public CreatePresetRequest withThumbnails(Thumbnails thumbnails)

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

        Parameters:
        thumbnails - A section of the request body that specifies the thumbnail parameters, if any.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public 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
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /