Class MedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettingsArchiveGroupSettings.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.medialive_channel.MedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettingsArchiveGroupSettings.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<MedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettingsArchiveGroupSettings>
- Enclosing interface:
- MedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettingsArchiveGroupSettings
@Stability(Stable) public static final class MedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettingsArchiveGroupSettings.Builder extends Object implements software.amazon.jsii.Builder<MedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettingsArchiveGroupSettings>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
destination
@Stability(Stable) public MedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettingsArchiveGroupSettings.Builder destination(MedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettingsArchiveGroupSettingsDestination destination)
Sets the value ofMedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettingsArchiveGroupSettings.getDestination()- Parameters:
destination- destination block. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#destination MedialiveChannel#destination}- Returns:
this
-
archiveCdnSettings
@Stability(Stable) public MedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettingsArchiveGroupSettings.Builder archiveCdnSettings(MedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettingsArchiveGroupSettingsArchiveCdnSettings archiveCdnSettings)
Sets the value ofMedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettingsArchiveGroupSettings.getArchiveCdnSettings()- Parameters:
archiveCdnSettings- archive_cdn_settings block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#archive_cdn_settings MedialiveChannel#archive_cdn_settings}- Returns:
this
-
rolloverInterval
@Stability(Stable) public MedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettingsArchiveGroupSettings.Builder rolloverInterval(Number rolloverInterval)
Sets the value ofMedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettingsArchiveGroupSettings.getRolloverInterval()- Parameters:
rolloverInterval- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#rollover_interval MedialiveChannel#rollover_interval}.- Returns:
this
-
build
@Stability(Stable) public MedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettingsArchiveGroupSettings build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<MedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettingsArchiveGroupSettings>- Returns:
- a new instance of
MedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettingsArchiveGroupSettings - Throws:
NullPointerException- if any required attribute was not provided
-
-