Class CfnOriginEndpoint.FilterConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediapackagev2.CfnOriginEndpoint.FilterConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnOriginEndpoint.FilterConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnOriginEndpoint.FilterConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnOriginEndpoint.FilterConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnOriginEndpoint.FilterConfigurationProperty
An implementation for
CfnOriginEndpoint.FilterConfigurationProperty-
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.mediapackagev2.CfnOriginEndpoint.FilterConfigurationProperty
CfnOriginEndpoint.FilterConfigurationProperty.Builder, CfnOriginEndpoint.FilterConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnOriginEndpoint.FilterConfigurationProperty.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 StringOptionally specify the clip start time for all of your manifest egress requests.final StringgetEnd()Optionally specify the end time for all of your manifest egress requests.final StringOptionally specify one or more manifest filters for all of your manifest egress requests.final StringgetStart()Optionally specify the start time for all of your manifest egress requests.final NumberOptionally specify the time delay for all of your manifest egress requests.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
Constructor that initializes the object based on literal property values passed by theCfnOriginEndpoint.FilterConfigurationProperty.Builder.
-
-
Method Details
-
getClipStartTime
Description copied from interface:CfnOriginEndpoint.FilterConfigurationPropertyOptionally specify the clip start time for all of your manifest egress requests.When you include clip start time, note that you cannot use clip start time query parameters for this manifest's endpoint URL.
- Specified by:
getClipStartTimein interfaceCfnOriginEndpoint.FilterConfigurationProperty- See Also:
-
getEnd
Description copied from interface:CfnOriginEndpoint.FilterConfigurationPropertyOptionally specify the end time for all of your manifest egress requests.When you include end time, note that you cannot use end time query parameters for this manifest's endpoint URL.
- Specified by:
getEndin interfaceCfnOriginEndpoint.FilterConfigurationProperty- See Also:
-
getManifestFilter
Description copied from interface:CfnOriginEndpoint.FilterConfigurationPropertyOptionally specify one or more manifest filters for all of your manifest egress requests.When you include a manifest filter, note that you cannot use an identical manifest filter query parameter for this manifest's endpoint URL.
- Specified by:
getManifestFilterin interfaceCfnOriginEndpoint.FilterConfigurationProperty- See Also:
-
getStart
Description copied from interface:CfnOriginEndpoint.FilterConfigurationPropertyOptionally specify the start time for all of your manifest egress requests.When you include start time, note that you cannot use start time query parameters for this manifest's endpoint URL.
- Specified by:
getStartin interfaceCfnOriginEndpoint.FilterConfigurationProperty- See Also:
-
getTimeDelaySeconds
Description copied from interface:CfnOriginEndpoint.FilterConfigurationPropertyOptionally specify the time delay for all of your manifest egress requests.Enter a value that is smaller than your endpoint's startover window. When you include time delay, note that you cannot use time delay query parameters for this manifest's endpoint URL.
- Specified by:
getTimeDelaySecondsin interfaceCfnOriginEndpoint.FilterConfigurationProperty- 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()
-