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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.quicksight.CfnRefreshSchedule.RefreshScheduleMapProperty
CfnRefreshSchedule.RefreshScheduleMapProperty.Builder, CfnRefreshSchedule.RefreshScheduleMapProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnRefreshSchedule.RefreshScheduleMapProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The type of refresh that a dataset undergoes.final Object
The frequency for the refresh schedule.final String
An identifier for the refresh schedule.final String
Time after which the refresh schedule can be started, expressed inYYYY-MM-DDTHH:MM:SS
format.final int
hashCode()
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.RefreshScheduleMapProperty
The 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 Amazon QuickSight User Guide .
- Specified by:
getRefreshType
in interfaceCfnRefreshSchedule.RefreshScheduleMapProperty
- See Also:
-
getScheduleFrequency
Description copied from interface:CfnRefreshSchedule.RefreshScheduleMapProperty
The frequency for the refresh schedule.- Specified by:
getScheduleFrequency
in interfaceCfnRefreshSchedule.RefreshScheduleMapProperty
- See Also:
-
getScheduleId
Description copied from interface:CfnRefreshSchedule.RefreshScheduleMapProperty
An identifier for the refresh schedule.- Specified by:
getScheduleId
in interfaceCfnRefreshSchedule.RefreshScheduleMapProperty
- See Also:
-
getStartAfterDateTime
Description copied from interface:CfnRefreshSchedule.RefreshScheduleMapProperty
Time after which the refresh schedule can be started, expressed inYYYY-MM-DDTHH:MM:SS
format.- Specified by:
getStartAfterDateTime
in interfaceCfnRefreshSchedule.RefreshScheduleMapProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-