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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.mediapackagev2.CfnOriginEndpoint.FilterConfigurationProperty
CfnOriginEndpoint.FilterConfigurationProperty.Builder, CfnOriginEndpoint.FilterConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnOriginEndpoint.FilterConfigurationProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
getEnd()
Optionally specify the end time for all of your manifest egress requests.final String
Optionally specify one or more manifest filters for all of your manifest egress requests.final String
getStart()
Optionally specify the start time for all of your manifest egress requests.final Number
Optionally specify the time delay for all of your manifest egress requests.final int
hashCode()
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
-
getEnd
Description copied from interface:CfnOriginEndpoint.FilterConfigurationProperty
Optionally 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:
getEnd
in interfaceCfnOriginEndpoint.FilterConfigurationProperty
- See Also:
-
getManifestFilter
Description copied from interface:CfnOriginEndpoint.FilterConfigurationProperty
Optionally 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:
getManifestFilter
in interfaceCfnOriginEndpoint.FilterConfigurationProperty
- See Also:
-
getStart
Description copied from interface:CfnOriginEndpoint.FilterConfigurationProperty
Optionally 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:
getStart
in interfaceCfnOriginEndpoint.FilterConfigurationProperty
- See Also:
-
getTimeDelaySeconds
Description copied from interface:CfnOriginEndpoint.FilterConfigurationProperty
Optionally 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:
getTimeDelaySeconds
in interfaceCfnOriginEndpoint.FilterConfigurationProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-