Class CfnChannel.HlsS3SettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.medialive.CfnChannel.HlsS3SettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannel.HlsS3SettingsProperty>
- Enclosing interface:
CfnChannel.HlsS3SettingsProperty
@Stability(Stable)
public static final class CfnChannel.HlsS3SettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannel.HlsS3SettingsProperty>
A builder for
CfnChannel.HlsS3SettingsProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnChannel.HlsS3SettingsProperty.getCannedAcl()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
cannedAcl
Sets the value ofCfnChannel.HlsS3SettingsProperty.getCannedAcl()
- Parameters:
cannedAcl
- Specify the canned ACL to apply to each S3 request. Defaults to none.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnChannel.HlsS3SettingsProperty>
- Returns:
- a new instance of
CfnChannel.HlsS3SettingsProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-