Class CfnRefreshSchedulePropsMixin.RefreshScheduleMapProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnRefreshSchedulePropsMixin.RefreshScheduleMapProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnRefreshSchedulePropsMixin.RefreshScheduleMapProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRefreshSchedulePropsMixin.RefreshScheduleMapProperty
@Stability(Stable)
@Internal
public static final class CfnRefreshSchedulePropsMixin.RefreshScheduleMapProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRefreshSchedulePropsMixin.RefreshScheduleMapProperty
An implementation for
CfnRefreshSchedulePropsMixin.RefreshScheduleMapProperty-
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.quicksight.CfnRefreshSchedulePropsMixin.RefreshScheduleMapProperty
CfnRefreshSchedulePropsMixin.RefreshScheduleMapProperty.Builder, CfnRefreshSchedulePropsMixin.RefreshScheduleMapProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRefreshSchedulePropsMixin.RefreshScheduleMapProperty.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 type of refresh that a dataset undergoes.final ObjectThe frequency for the refresh schedule.final StringAn identifier for the refresh schedule.final StringTime after which the refresh schedule can be started, expressed inYYYY-MM-DDTHH:MM:SSformat.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 theCfnRefreshSchedulePropsMixin.RefreshScheduleMapProperty.Builder.
-
-
Method Details
-
getRefreshType
Description copied from interface:CfnRefreshSchedulePropsMixin.RefreshScheduleMapPropertyThe type of refresh that a dataset undergoes. Valid values are as follows:.FULL_REFRESH: A complete refresh of a dataset.INCREMENTAL_REFRESH: A partial refresh of some rows of a dataset, based on the time window specified.
For more information on full and incremental refreshes, see Refreshing SPICE data in the Quick User Guide .
- Specified by:
getRefreshTypein interfaceCfnRefreshSchedulePropsMixin.RefreshScheduleMapProperty- See Also:
-
getScheduleFrequency
Description copied from interface:CfnRefreshSchedulePropsMixin.RefreshScheduleMapPropertyThe frequency for the refresh schedule.Returns union: either
IResolvableorCfnRefreshSchedulePropsMixin.ScheduleFrequencyProperty- Specified by:
getScheduleFrequencyin interfaceCfnRefreshSchedulePropsMixin.RefreshScheduleMapProperty- See Also:
-
getScheduleId
Description copied from interface:CfnRefreshSchedulePropsMixin.RefreshScheduleMapPropertyAn identifier for the refresh schedule.- Specified by:
getScheduleIdin interfaceCfnRefreshSchedulePropsMixin.RefreshScheduleMapProperty- See Also:
-
getStartAfterDateTime
Description copied from interface:CfnRefreshSchedulePropsMixin.RefreshScheduleMapPropertyTime after which the refresh schedule can be started, expressed inYYYY-MM-DDTHH:MM:SSformat.- Specified by:
getStartAfterDateTimein interfaceCfnRefreshSchedulePropsMixin.RefreshScheduleMapProperty- 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()
-