Class CfnRefreshSchedule.RefreshOnDayProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnRefreshSchedule.RefreshOnDayProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnRefreshSchedule.RefreshOnDayProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRefreshSchedule.RefreshOnDayProperty
@Stability(Stable)
@Internal
public static final class CfnRefreshSchedule.RefreshOnDayProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRefreshSchedule.RefreshOnDayProperty
An implementation for
CfnRefreshSchedule.RefreshOnDayProperty
-
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.RefreshOnDayProperty
CfnRefreshSchedule.RefreshOnDayProperty.Builder, CfnRefreshSchedule.RefreshOnDayProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnRefreshSchedule.RefreshOnDayProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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.RefreshOnDayProperty.Builder
.
-
-
Method Details
-
getDayOfMonth
Description copied from interface:CfnRefreshSchedule.RefreshOnDayProperty
The day of the month that you want your dataset to refresh.This value is required for monthly refresh intervals.
- Specified by:
getDayOfMonth
in interfaceCfnRefreshSchedule.RefreshOnDayProperty
- See Also:
-
getDayOfWeek
Description copied from interface:CfnRefreshSchedule.RefreshOnDayProperty
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:
getDayOfWeek
in interfaceCfnRefreshSchedule.RefreshOnDayProperty
- 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()
-