Interface VideoCodecSettings.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<VideoCodecSettings.Builder,,- VideoCodecSettings> - SdkBuilder<VideoCodecSettings.Builder,,- VideoCodecSettings> - SdkPojo
- Enclosing class:
- VideoCodecSettings
@Mutable
@NotThreadSafe
public static interface VideoCodecSettings.Builder
extends SdkPojo, CopyableBuilder<VideoCodecSettings.Builder,VideoCodecSettings> 
- 
Method SummaryModifier and TypeMethodDescriptiondefault VideoCodecSettings.Builderav1Settings(Consumer<Av1Settings.Builder> av1Settings) Sets the value of the Av1Settings property for this object.av1Settings(Av1Settings av1Settings) Sets the value of the Av1Settings property for this object.default VideoCodecSettings.BuilderframeCaptureSettings(Consumer<FrameCaptureSettings.Builder> frameCaptureSettings) Sets the value of the FrameCaptureSettings property for this object.frameCaptureSettings(FrameCaptureSettings frameCaptureSettings) Sets the value of the FrameCaptureSettings property for this object.default VideoCodecSettings.Builderh264Settings(Consumer<H264Settings.Builder> h264Settings) Sets the value of the H264Settings property for this object.h264Settings(H264Settings h264Settings) Sets the value of the H264Settings property for this object.default VideoCodecSettings.Builderh265Settings(Consumer<H265Settings.Builder> h265Settings) Sets the value of the H265Settings property for this object.h265Settings(H265Settings h265Settings) Sets the value of the H265Settings property for this object.default VideoCodecSettings.Buildermpeg2Settings(Consumer<Mpeg2Settings.Builder> mpeg2Settings) Sets the value of the Mpeg2Settings property for this object.mpeg2Settings(Mpeg2Settings mpeg2Settings) Sets the value of the Mpeg2Settings property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
frameCaptureSettingsSets the value of the FrameCaptureSettings property for this object.- Parameters:
- frameCaptureSettings- The new value for the FrameCaptureSettings property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
frameCaptureSettingsdefault VideoCodecSettings.Builder frameCaptureSettings(Consumer<FrameCaptureSettings.Builder> frameCaptureSettings) Sets the value of the FrameCaptureSettings property for this object. This is a convenience method that creates an instance of theFrameCaptureSettings.Builderavoiding the need to create one manually viaFrameCaptureSettings.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toframeCaptureSettings(FrameCaptureSettings).- Parameters:
- frameCaptureSettings- a consumer that will call methods on- FrameCaptureSettings.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
h264SettingsSets the value of the H264Settings property for this object.- Parameters:
- h264Settings- The new value for the H264Settings property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
h264SettingsSets the value of the H264Settings property for this object. This is a convenience method that creates an instance of theH264Settings.Builderavoiding the need to create one manually viaH264Settings.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toh264Settings(H264Settings).- Parameters:
- h264Settings- a consumer that will call methods on- H264Settings.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
h265SettingsSets the value of the H265Settings property for this object.- Parameters:
- h265Settings- The new value for the H265Settings property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
h265SettingsSets the value of the H265Settings property for this object. This is a convenience method that creates an instance of theH265Settings.Builderavoiding the need to create one manually viaH265Settings.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toh265Settings(H265Settings).- Parameters:
- h265Settings- a consumer that will call methods on- H265Settings.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
mpeg2SettingsSets the value of the Mpeg2Settings property for this object.- Parameters:
- mpeg2Settings- The new value for the Mpeg2Settings property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
mpeg2SettingsSets the value of the Mpeg2Settings property for this object. This is a convenience method that creates an instance of theMpeg2Settings.Builderavoiding the need to create one manually viaMpeg2Settings.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tompeg2Settings(Mpeg2Settings).- Parameters:
- mpeg2Settings- a consumer that will call methods on- Mpeg2Settings.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
av1SettingsSets the value of the Av1Settings property for this object.- Parameters:
- av1Settings- The new value for the Av1Settings property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
av1SettingsSets the value of the Av1Settings property for this object. This is a convenience method that creates an instance of theAv1Settings.Builderavoiding the need to create one manually viaAv1Settings.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toav1Settings(Av1Settings).- Parameters:
- av1Settings- a consumer that will call methods on- Av1Settings.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-