Class CfnHarvestJobProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediapackage.CfnHarvestJobProps.Jsii$Proxy
- All Implemented Interfaces:
CfnHarvestJobProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnHarvestJobProps
@Stability(Stable)
@Internal
public static final class CfnHarvestJobProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnHarvestJobProps
An implementation for
CfnHarvestJobProps-
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.mediapackage.CfnHarvestJobProps
CfnHarvestJobProps.Builder, CfnHarvestJobProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnHarvestJobProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnHarvestJobProps.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 end of the time-window which will be harvested.final StringgetId()The ID of the HarvestJob.final StringThe ID of the OriginEndpoint that the HarvestJob will harvest from.final ObjectConfiguration parameters for where in an S3 bucket to place the harvested content.final StringThe start of the time-window which will be harvested.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 theCfnHarvestJobProps.Builder.
-
-
Method Details
-
getEndTime
Description copied from interface:CfnHarvestJobPropsThe end of the time-window which will be harvested.- Specified by:
getEndTimein interfaceCfnHarvestJobProps- See Also:
-
getId
Description copied from interface:CfnHarvestJobPropsThe ID of the HarvestJob.The ID must be unique within the region and it cannot be changed after the HarvestJob is submitted.
- Specified by:
getIdin interfaceCfnHarvestJobProps- See Also:
-
getOriginEndpointId
Description copied from interface:CfnHarvestJobPropsThe ID of the OriginEndpoint that the HarvestJob will harvest from.- Specified by:
getOriginEndpointIdin interfaceCfnHarvestJobProps- See Also:
-
getS3Destination
Description copied from interface:CfnHarvestJobPropsConfiguration parameters for where in an S3 bucket to place the harvested content.Returns union: either
IResolvableorCfnHarvestJob.S3DestinationProperty- Specified by:
getS3Destinationin interfaceCfnHarvestJobProps- See Also:
-
getStartTime
Description copied from interface:CfnHarvestJobPropsThe start of the time-window which will be harvested.- Specified by:
getStartTimein interfaceCfnHarvestJobProps- 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()
-