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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.quicksight.CfnRefreshSchedule.ScheduleFrequencyProperty
CfnRefreshSchedule.ScheduleFrequencyProperty.Builder, CfnRefreshSchedule.ScheduleFrequencyProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnRefreshSchedule.ScheduleFrequencyProperty.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 interval between scheduled refreshes.final Object
The day of the week that you want to schedule the refresh on.final String
The time of day that you want the dataset to refresh.final String
The timezone that you want the refresh schedule to use.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.ScheduleFrequencyProperty.Builder
.
-
-
Method Details
-
getInterval
Description copied from interface:CfnRefreshSchedule.ScheduleFrequencyProperty
The 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:
getInterval
in interfaceCfnRefreshSchedule.ScheduleFrequencyProperty
-
getRefreshOnDay
Description copied from interface:CfnRefreshSchedule.ScheduleFrequencyProperty
The day of the week that you want to schedule the refresh on.This value is required for weekly and monthly refresh intervals.
- Specified by:
getRefreshOnDay
in interfaceCfnRefreshSchedule.ScheduleFrequencyProperty
-
getTimeOfTheDay
Description copied from interface:CfnRefreshSchedule.ScheduleFrequencyProperty
The 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:
getTimeOfTheDay
in interfaceCfnRefreshSchedule.ScheduleFrequencyProperty
-
getTimeZone
Description copied from interface:CfnRefreshSchedule.ScheduleFrequencyProperty
The 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:
getTimeZone
in interfaceCfnRefreshSchedule.ScheduleFrequencyProperty
-
$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()
-