Class CfnSourceLocation.SegmentDeliveryConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediatailor.CfnSourceLocation.SegmentDeliveryConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnSourceLocation.SegmentDeliveryConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSourceLocation.SegmentDeliveryConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnSourceLocation.SegmentDeliveryConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSourceLocation.SegmentDeliveryConfigurationProperty
An implementation for
CfnSourceLocation.SegmentDeliveryConfigurationProperty-
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.CfnSourceLocation.SegmentDeliveryConfigurationProperty
CfnSourceLocation.SegmentDeliveryConfigurationProperty.Builder, CfnSourceLocation.SegmentDeliveryConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnSourceLocation.SegmentDeliveryConfigurationProperty.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 StringThe base URL of the host or path of the segment delivery server that you're using to serve segments.final StringgetName()A unique identifier used to distinguish between multiple segment delivery configurations in a source location.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 theCfnSourceLocation.SegmentDeliveryConfigurationProperty.Builder.
-
-
Method Details
-
getBaseUrl
Description copied from interface:CfnSourceLocation.SegmentDeliveryConfigurationPropertyThe base URL of the host or path of the segment delivery server that you're using to serve segments.This is typically a content delivery network (CDN). The URL can be absolute or relative. To use an absolute URL include the protocol, such as
https://example.com/some/path. To use a relative URL specify the relative path, such as/some/path*.- Specified by:
getBaseUrlin interfaceCfnSourceLocation.SegmentDeliveryConfigurationProperty- See Also:
-
getName
Description copied from interface:CfnSourceLocation.SegmentDeliveryConfigurationPropertyA unique identifier used to distinguish between multiple segment delivery configurations in a source location.- Specified by:
getNamein interfaceCfnSourceLocation.SegmentDeliveryConfigurationProperty- 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()
-