Class CfnPlaybackConfiguration.AdsPersonalizationConcurrencyProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediatailor.CfnPlaybackConfiguration.AdsPersonalizationConcurrencyProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPlaybackConfiguration.AdsPersonalizationConcurrencyProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPlaybackConfiguration.AdsPersonalizationConcurrencyProperty
@Stability(Stable)
@Internal
public static final class CfnPlaybackConfiguration.AdsPersonalizationConcurrencyProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPlaybackConfiguration.AdsPersonalizationConcurrencyProperty
An implementation for
CfnPlaybackConfiguration.AdsPersonalizationConcurrencyProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.mediatailor.CfnPlaybackConfiguration.AdsPersonalizationConcurrencyProperty
CfnPlaybackConfiguration.AdsPersonalizationConcurrencyProperty.Builder, CfnPlaybackConfiguration.AdsPersonalizationConcurrencyProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPlaybackConfiguration.AdsPersonalizationConcurrencyProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectEnables parallel processing of ADS requests in VOD workflows when the ADS returns VAST responses.final NumberThe maximum number of simultaneous requests that MediaTailor makes to the ADS for each manifest request.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(CfnPlaybackConfiguration.AdsPersonalizationConcurrencyProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnPlaybackConfiguration.AdsPersonalizationConcurrencyProperty.Builder.
-
-
Method Details
-
getEnableVodVastParallelization
Description copied from interface:CfnPlaybackConfiguration.AdsPersonalizationConcurrencyPropertyEnables parallel processing of ADS requests in VOD workflows when the ADS returns VAST responses.The default is false.
Returns union: either
BooleanorIResolvable- Specified by:
getEnableVodVastParallelizationin interfaceCfnPlaybackConfiguration.AdsPersonalizationConcurrencyProperty- See Also:
-
getMaxConcurrentAdsRequests
Description copied from interface:CfnPlaybackConfiguration.AdsPersonalizationConcurrencyPropertyThe maximum number of simultaneous requests that MediaTailor makes to the ADS for each manifest request.The default is 1.
- Specified by:
getMaxConcurrentAdsRequestsin interfaceCfnPlaybackConfiguration.AdsPersonalizationConcurrencyProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-