Class CfnHarvestJobMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.mediapackage.CfnHarvestJobMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnHarvestJobMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnHarvestJobMixinProps
@Stability(Stable)
@Internal
public static final class CfnHarvestJobMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnHarvestJobMixinProps
An implementation for
CfnHarvestJobMixinProps-
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.cfnpropertymixins.services.mediapackage.CfnHarvestJobMixinProps
CfnHarvestJobMixinProps.Builder, CfnHarvestJobMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnHarvestJobMixinProps.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 theCfnHarvestJobMixinProps.Builder.
-
-
Method Details
-
getEndTime
Description copied from interface:CfnHarvestJobMixinPropsThe end of the time-window which will be harvested.- Specified by:
getEndTimein interfaceCfnHarvestJobMixinProps- See Also:
-
getId
Description copied from interface:CfnHarvestJobMixinPropsThe 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 interfaceCfnHarvestJobMixinProps- See Also:
-
getOriginEndpointId
Description copied from interface:CfnHarvestJobMixinPropsThe ID of the OriginEndpoint that the HarvestJob will harvest from.- Specified by:
getOriginEndpointIdin interfaceCfnHarvestJobMixinProps- See Also:
-
getS3Destination
Description copied from interface:CfnHarvestJobMixinPropsConfiguration parameters for where in an S3 bucket to place the harvested content.Returns union: either
IResolvableorCfnHarvestJobPropsMixin.S3DestinationProperty- Specified by:
getS3Destinationin interfaceCfnHarvestJobMixinProps- See Also:
-
getStartTime
Description copied from interface:CfnHarvestJobMixinPropsThe start of the time-window which will be harvested.- Specified by:
getStartTimein interfaceCfnHarvestJobMixinProps- 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()
-