Class CfnChannelPropsMixin.FrameCaptureS3SettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.medialive.CfnChannelPropsMixin.FrameCaptureS3SettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannelPropsMixin.FrameCaptureS3SettingsProperty>
- Enclosing interface:
CfnChannelPropsMixin.FrameCaptureS3SettingsProperty
@Stability(Stable)
public static final class CfnChannelPropsMixin.FrameCaptureS3SettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannelPropsMixin.FrameCaptureS3SettingsProperty>
A builder for
CfnChannelPropsMixin.FrameCaptureS3SettingsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnChannelPropsMixin.FrameCaptureS3SettingsProperty.getCannedAcl()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
cannedAcl
@Stability(Stable) public CfnChannelPropsMixin.FrameCaptureS3SettingsProperty.Builder cannedAcl(String cannedAcl) Sets the value ofCfnChannelPropsMixin.FrameCaptureS3SettingsProperty.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:
buildin interfacesoftware.amazon.jsii.Builder<CfnChannelPropsMixin.FrameCaptureS3SettingsProperty>- Returns:
- a new instance of
CfnChannelPropsMixin.FrameCaptureS3SettingsProperty - Throws:
NullPointerException- if any required attribute was not provided
-