Uses of Class
software.amazon.awscdk.services.mediapackagev2.alpha.MediaPackageV2OriginProps.Builder
Packages that use MediaPackageV2OriginProps.Builder
Package
Description
AWS::MediaPackageV2 Construct Library
-
Uses of MediaPackageV2OriginProps.Builder in software.amazon.awscdk.services.mediapackagev2.alpha
Methods in software.amazon.awscdk.services.mediapackagev2.alpha that return MediaPackageV2OriginProps.BuilderModifier and TypeMethodDescriptionMediaPackageV2OriginProps.builder()MediaPackageV2OriginProps.Builder.cdnAuth(CdnAuthConfiguration cdnAuth) Sets the value ofMediaPackageV2OriginProps.getCdnAuth()MediaPackageV2OriginProps.Builder.channelGroup(IChannelGroup channelGroup) Sets the value ofMediaPackageV2OriginProps.getChannelGroup()MediaPackageV2OriginProps.Builder.connectionAttempts(Number connectionAttempts) Sets the value ofOriginOptions.getConnectionAttempts()MediaPackageV2OriginProps.Builder.connectionTimeout(Duration connectionTimeout) Sets the value ofOriginOptions.getConnectionTimeout()MediaPackageV2OriginProps.Builder.customHeaders(Map<String, String> customHeaders) Sets the value ofOriginOptions.getCustomHeaders()MediaPackageV2OriginProps.Builder.originAccessControl(IOriginAccessControlRef originAccessControl) Sets the value ofMediaPackageV2OriginProps.getOriginAccessControl()MediaPackageV2OriginProps.Builder.originAccessControlId(String originAccessControlId) Sets the value ofOriginOptions.getOriginAccessControlId()Sets the value ofOriginOptions.getOriginId()MediaPackageV2OriginProps.Builder.originPath(String originPath) Sets the value ofOriginProps.getOriginPath()MediaPackageV2OriginProps.Builder.originShieldEnabled(Boolean originShieldEnabled) Sets the value ofOriginOptions.getOriginShieldEnabled()MediaPackageV2OriginProps.Builder.originShieldRegion(String originShieldRegion) Sets the value ofOriginOptions.getOriginShieldRegion()MediaPackageV2OriginProps.Builder.responseCompletionTimeout(Duration responseCompletionTimeout) Sets the value ofOriginOptions.getResponseCompletionTimeout()Constructors in software.amazon.awscdk.services.mediapackagev2.alpha with parameters of type MediaPackageV2OriginProps.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theMediaPackageV2OriginProps.Builder.