Class CfnChannel.ArchiveCdnSettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.medialive.CfnChannel.ArchiveCdnSettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannel.ArchiveCdnSettingsProperty>
- Enclosing interface:
CfnChannel.ArchiveCdnSettingsProperty
@Stability(Stable)
public static final class CfnChannel.ArchiveCdnSettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannel.ArchiveCdnSettingsProperty>
A builder for
CfnChannel.ArchiveCdnSettingsProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionarchiveS3Settings
(IResolvable archiveS3Settings) Sets the value ofCfnChannel.ArchiveCdnSettingsProperty.getArchiveS3Settings()
archiveS3Settings
(CfnChannel.ArchiveS3SettingsProperty archiveS3Settings) Sets the value ofCfnChannel.ArchiveCdnSettingsProperty.getArchiveS3Settings()
build()
Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
archiveS3Settings
@Stability(Stable) public CfnChannel.ArchiveCdnSettingsProperty.Builder archiveS3Settings(IResolvable archiveS3Settings) Sets the value ofCfnChannel.ArchiveCdnSettingsProperty.getArchiveS3Settings()
- Parameters:
archiveS3Settings
- Sets up Amazon S3 as the destination for this Archive output.- Returns:
this
-
archiveS3Settings
@Stability(Stable) public CfnChannel.ArchiveCdnSettingsProperty.Builder archiveS3Settings(CfnChannel.ArchiveS3SettingsProperty archiveS3Settings) Sets the value ofCfnChannel.ArchiveCdnSettingsProperty.getArchiveS3Settings()
- Parameters:
archiveS3Settings
- Sets up Amazon S3 as the destination for this Archive output.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnChannel.ArchiveCdnSettingsProperty>
- Returns:
- a new instance of
CfnChannel.ArchiveCdnSettingsProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-