Class MedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettings.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.medialive_channel.MedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettings.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<MedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettings>
- Enclosing interface:
- MedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettings
@Stability(Stable) public static final class MedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettings.Builder extends Object implements software.amazon.jsii.Builder<MedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettings>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
archiveGroupSettings
@Stability(Stable) public MedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettings.Builder archiveGroupSettings(com.hashicorp.cdktf.IResolvable archiveGroupSettings)
Sets the value ofMedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettings.getArchiveGroupSettings()- Parameters:
archiveGroupSettings- archive_group_settings block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#archive_group_settings MedialiveChannel#archive_group_settings}- Returns:
this
-
archiveGroupSettings
@Stability(Stable) public MedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettings.Builder archiveGroupSettings(List<? extends MedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettingsArchiveGroupSettings> archiveGroupSettings)
Sets the value ofMedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettings.getArchiveGroupSettings()- Parameters:
archiveGroupSettings- archive_group_settings block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#archive_group_settings MedialiveChannel#archive_group_settings}- Returns:
this
-
frameCaptureGroupSettings
@Stability(Stable) public MedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettings.Builder frameCaptureGroupSettings(MedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettingsFrameCaptureGroupSettings frameCaptureGroupSettings)
Sets the value ofMedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettings.getFrameCaptureGroupSettings()- Parameters:
frameCaptureGroupSettings- frame_capture_group_settings block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#frame_capture_group_settings MedialiveChannel#frame_capture_group_settings}- Returns:
this
-
hlsGroupSettings
@Stability(Stable) public MedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettings.Builder hlsGroupSettings(MedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettingsHlsGroupSettings hlsGroupSettings)
Sets the value ofMedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettings.getHlsGroupSettings()- Parameters:
hlsGroupSettings- hls_group_settings block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#hls_group_settings MedialiveChannel#hls_group_settings}- Returns:
this
-
mediaPackageGroupSettings
@Stability(Stable) public MedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettings.Builder mediaPackageGroupSettings(MedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettingsMediaPackageGroupSettings mediaPackageGroupSettings)
Sets the value ofMedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettings.getMediaPackageGroupSettings()- Parameters:
mediaPackageGroupSettings- media_package_group_settings block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#media_package_group_settings MedialiveChannel#media_package_group_settings}- Returns:
this
-
msSmoothGroupSettings
@Stability(Stable) public MedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettings.Builder msSmoothGroupSettings(MedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettingsMsSmoothGroupSettings msSmoothGroupSettings)
Sets the value ofMedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettings.getMsSmoothGroupSettings()- Parameters:
msSmoothGroupSettings- ms_smooth_group_settings block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#ms_smooth_group_settings MedialiveChannel#ms_smooth_group_settings}- Returns:
this
-
multiplexGroupSettings
@Stability(Stable) public MedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettings.Builder multiplexGroupSettings(MedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettingsMultiplexGroupSettings multiplexGroupSettings)
Sets the value ofMedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettings.getMultiplexGroupSettings()- Parameters:
multiplexGroupSettings- multiplex_group_settings block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#multiplex_group_settings MedialiveChannel#multiplex_group_settings}- Returns:
this
-
rtmpGroupSettings
@Stability(Stable) public MedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettings.Builder rtmpGroupSettings(MedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettingsRtmpGroupSettings rtmpGroupSettings)
Sets the value ofMedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettings.getRtmpGroupSettings()- Parameters:
rtmpGroupSettings- rtmp_group_settings block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#rtmp_group_settings MedialiveChannel#rtmp_group_settings}- Returns:
this
-
udpGroupSettings
@Stability(Stable) public MedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettings.Builder udpGroupSettings(MedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettingsUdpGroupSettings udpGroupSettings)
Sets the value ofMedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettings.getUdpGroupSettings()- Parameters:
udpGroupSettings- udp_group_settings block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#udp_group_settings MedialiveChannel#udp_group_settings}- Returns:
this
-
build
@Stability(Stable) public MedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettings build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<MedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettings>- Returns:
- a new instance of
MedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettings - Throws:
NullPointerException- if any required attribute was not provided
-
-