Class MedialiveChannelEncoderSettingsOutputGroupsOutputsOutputSettings.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.medialive_channel.MedialiveChannelEncoderSettingsOutputGroupsOutputsOutputSettings.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<MedialiveChannelEncoderSettingsOutputGroupsOutputsOutputSettings>
- Enclosing interface:
- MedialiveChannelEncoderSettingsOutputGroupsOutputsOutputSettings
@Stability(Stable) public static final class MedialiveChannelEncoderSettingsOutputGroupsOutputsOutputSettings.Builder extends Object implements software.amazon.jsii.Builder<MedialiveChannelEncoderSettingsOutputGroupsOutputsOutputSettings>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
archiveOutputSettings
@Stability(Stable) public MedialiveChannelEncoderSettingsOutputGroupsOutputsOutputSettings.Builder archiveOutputSettings(MedialiveChannelEncoderSettingsOutputGroupsOutputsOutputSettingsArchiveOutputSettings archiveOutputSettings)
Sets the value ofMedialiveChannelEncoderSettingsOutputGroupsOutputsOutputSettings.getArchiveOutputSettings()- Parameters:
archiveOutputSettings- archive_output_settings block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#archive_output_settings MedialiveChannel#archive_output_settings}- Returns:
this
-
frameCaptureOutputSettings
@Stability(Stable) public MedialiveChannelEncoderSettingsOutputGroupsOutputsOutputSettings.Builder frameCaptureOutputSettings(MedialiveChannelEncoderSettingsOutputGroupsOutputsOutputSettingsFrameCaptureOutputSettings frameCaptureOutputSettings)
Sets the value ofMedialiveChannelEncoderSettingsOutputGroupsOutputsOutputSettings.getFrameCaptureOutputSettings()- Parameters:
frameCaptureOutputSettings- frame_capture_output_settings block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#frame_capture_output_settings MedialiveChannel#frame_capture_output_settings}- Returns:
this
-
hlsOutputSettings
@Stability(Stable) public MedialiveChannelEncoderSettingsOutputGroupsOutputsOutputSettings.Builder hlsOutputSettings(MedialiveChannelEncoderSettingsOutputGroupsOutputsOutputSettingsHlsOutputSettings hlsOutputSettings)
Sets the value ofMedialiveChannelEncoderSettingsOutputGroupsOutputsOutputSettings.getHlsOutputSettings()- Parameters:
hlsOutputSettings- hls_output_settings block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#hls_output_settings MedialiveChannel#hls_output_settings}- Returns:
this
-
mediaPackageOutputSettings
@Stability(Stable) public MedialiveChannelEncoderSettingsOutputGroupsOutputsOutputSettings.Builder mediaPackageOutputSettings(MedialiveChannelEncoderSettingsOutputGroupsOutputsOutputSettingsMediaPackageOutputSettings mediaPackageOutputSettings)
Sets the value ofMedialiveChannelEncoderSettingsOutputGroupsOutputsOutputSettings.getMediaPackageOutputSettings()- Parameters:
mediaPackageOutputSettings- media_package_output_settings block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#media_package_output_settings MedialiveChannel#media_package_output_settings}- Returns:
this
-
msSmoothOutputSettings
@Stability(Stable) public MedialiveChannelEncoderSettingsOutputGroupsOutputsOutputSettings.Builder msSmoothOutputSettings(MedialiveChannelEncoderSettingsOutputGroupsOutputsOutputSettingsMsSmoothOutputSettings msSmoothOutputSettings)
Sets the value ofMedialiveChannelEncoderSettingsOutputGroupsOutputsOutputSettings.getMsSmoothOutputSettings()- Parameters:
msSmoothOutputSettings- ms_smooth_output_settings block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#ms_smooth_output_settings MedialiveChannel#ms_smooth_output_settings}- Returns:
this
-
multiplexOutputSettings
@Stability(Stable) public MedialiveChannelEncoderSettingsOutputGroupsOutputsOutputSettings.Builder multiplexOutputSettings(MedialiveChannelEncoderSettingsOutputGroupsOutputsOutputSettingsMultiplexOutputSettings multiplexOutputSettings)
Sets the value ofMedialiveChannelEncoderSettingsOutputGroupsOutputsOutputSettings.getMultiplexOutputSettings()- Parameters:
multiplexOutputSettings- multiplex_output_settings block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#multiplex_output_settings MedialiveChannel#multiplex_output_settings}- Returns:
this
-
rtmpOutputSettings
@Stability(Stable) public MedialiveChannelEncoderSettingsOutputGroupsOutputsOutputSettings.Builder rtmpOutputSettings(MedialiveChannelEncoderSettingsOutputGroupsOutputsOutputSettingsRtmpOutputSettings rtmpOutputSettings)
Sets the value ofMedialiveChannelEncoderSettingsOutputGroupsOutputsOutputSettings.getRtmpOutputSettings()- Parameters:
rtmpOutputSettings- rtmp_output_settings block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#rtmp_output_settings MedialiveChannel#rtmp_output_settings}- Returns:
this
-
udpOutputSettings
@Stability(Stable) public MedialiveChannelEncoderSettingsOutputGroupsOutputsOutputSettings.Builder udpOutputSettings(MedialiveChannelEncoderSettingsOutputGroupsOutputsOutputSettingsUdpOutputSettings udpOutputSettings)
Sets the value ofMedialiveChannelEncoderSettingsOutputGroupsOutputsOutputSettings.getUdpOutputSettings()- Parameters:
udpOutputSettings- udp_output_settings block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#udp_output_settings MedialiveChannel#udp_output_settings}- Returns:
this
-
build
@Stability(Stable) public MedialiveChannelEncoderSettingsOutputGroupsOutputsOutputSettings build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<MedialiveChannelEncoderSettingsOutputGroupsOutputsOutputSettings>- Returns:
- a new instance of
MedialiveChannelEncoderSettingsOutputGroupsOutputsOutputSettings - Throws:
NullPointerException- if any required attribute was not provided
-
-