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