Class CfnRefreshSchedule.ScheduleFrequencyProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnRefreshSchedule.ScheduleFrequencyProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnRefreshSchedule.ScheduleFrequencyProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRefreshSchedule.ScheduleFrequencyProperty
@Stability(Stable)
@Internal
public static final class CfnRefreshSchedule.ScheduleFrequencyProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRefreshSchedule.ScheduleFrequencyProperty
An implementation for
CfnRefreshSchedule.ScheduleFrequencyProperty-
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.ScheduleFrequencyProperty
CfnRefreshSchedule.ScheduleFrequencyProperty.Builder, CfnRefreshSchedule.ScheduleFrequencyProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRefreshSchedule.ScheduleFrequencyProperty.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 interval between scheduled refreshes.final ObjectThe day of the week that you want to schedule the refresh on.final StringThe time of day that you want the dataset to refresh.final StringThe timezone that you want the refresh schedule to use.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.ScheduleFrequencyProperty.Builder.
-
-
Method Details
-
getInterval
Description copied from interface:CfnRefreshSchedule.ScheduleFrequencyPropertyThe interval between scheduled refreshes. Valid values are as follows:.MINUTE15: The dataset refreshes every 15 minutes. This value is only supported for incremental refreshes. This interval can only be used for one schedule per dataset.MINUTE30: The dataset refreshes every 30 minutes. This value is only supported for incremental refreshes. This interval can only be used for one schedule per dataset.HOURLY: The dataset refreshes every hour. This interval can only be used for one schedule per dataset.DAILY: The dataset refreshes every day.WEEKLY: The dataset refreshes every week.MONTHLY: The dataset refreshes every month.
- Specified by:
getIntervalin interfaceCfnRefreshSchedule.ScheduleFrequencyProperty- See Also:
-
getRefreshOnDay
Description copied from interface:CfnRefreshSchedule.ScheduleFrequencyPropertyThe day of the week that you want to schedule the refresh on.This value is required for weekly and monthly refresh intervals.
Returns union: either
IResolvableorCfnRefreshSchedule.RefreshOnDayProperty- Specified by:
getRefreshOnDayin interfaceCfnRefreshSchedule.ScheduleFrequencyProperty- See Also:
-
getTimeOfTheDay
Description copied from interface:CfnRefreshSchedule.ScheduleFrequencyPropertyThe time of day that you want the dataset to refresh.This value is expressed in HH:MM format. This field is not required for schedules that refresh hourly.
- Specified by:
getTimeOfTheDayin interfaceCfnRefreshSchedule.ScheduleFrequencyProperty- See Also:
-
getTimeZone
Description copied from interface:CfnRefreshSchedule.ScheduleFrequencyPropertyThe timezone that you want the refresh schedule to use.The timezone ID must match a corresponding ID found on
java.util.time.getAvailableIDs().- Specified by:
getTimeZonein interfaceCfnRefreshSchedule.ScheduleFrequencyProperty- 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()
-