Interface GetPresetResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<GetPresetResponse.Builder,GetPresetResponse>, MediaConvertResponse.Builder, SdkBuilder<GetPresetResponse.Builder,GetPresetResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
GetPresetResponse

public static interface GetPresetResponse.Builder extends MediaConvertResponse.Builder, SdkPojo, CopyableBuilder<GetPresetResponse.Builder,GetPresetResponse>
  • Method Details

    • preset

      A preset is a collection of preconfigured media conversion settings that you want MediaConvert to apply to the output during the conversion process.
      Parameters:
      preset - A preset is a collection of preconfigured media conversion settings that you want MediaConvert to apply to the output during the conversion process.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • preset

      A preset is a collection of preconfigured media conversion settings that you want MediaConvert to apply to the output during the conversion process. This is a convenience method that creates an instance of the Preset.Builder avoiding the need to create one manually via Preset.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to preset(Preset).

      Parameters:
      preset - a consumer that will call methods on Preset.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: