Class CfnRefreshSchedule.RefreshScheduleMapProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnRefreshSchedule.RefreshScheduleMapProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnRefreshSchedule.RefreshScheduleMapProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRefreshSchedule.RefreshScheduleMapProperty
@Stability(Stable)
@Internal
public static final class CfnRefreshSchedule.RefreshScheduleMapProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRefreshSchedule.RefreshScheduleMapProperty
An implementation for
CfnRefreshSchedule.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.services.quicksight.CfnRefreshSchedule.RefreshScheduleMapProperty
CfnRefreshSchedule.RefreshScheduleMapProperty.Builder, CfnRefreshSchedule.RefreshScheduleMapProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRefreshSchedule.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 theCfnRefreshSchedule.RefreshScheduleMapProperty.Builder.
-
-
Method Details
-
getRefreshType
Description copied from interface:CfnRefreshSchedule.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 Suite User Guide .
- Specified by:
getRefreshTypein interfaceCfnRefreshSchedule.RefreshScheduleMapProperty- See Also:
-
getScheduleFrequency
Description copied from interface:CfnRefreshSchedule.RefreshScheduleMapPropertyThe frequency for the refresh schedule.Returns union: either
IResolvableorCfnRefreshSchedule.ScheduleFrequencyProperty- Specified by:
getScheduleFrequencyin interfaceCfnRefreshSchedule.RefreshScheduleMapProperty- See Also:
-
getScheduleId
Description copied from interface:CfnRefreshSchedule.RefreshScheduleMapPropertyAn identifier for the refresh schedule.- Specified by:
getScheduleIdin interfaceCfnRefreshSchedule.RefreshScheduleMapProperty- See Also:
-
getStartAfterDateTime
Description copied from interface:CfnRefreshSchedule.RefreshScheduleMapPropertyTime after which the refresh schedule can be started, expressed inYYYY-MM-DDTHH:MM:SSformat.- Specified by:
getStartAfterDateTimein interfaceCfnRefreshSchedule.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()
-