Interface CfnRefreshSchedule.RefreshOnDayProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnRefreshSchedule.RefreshOnDayProperty.Jsii$Proxy
- Enclosing class:
- CfnRefreshSchedule
@Stability(Stable)
public static interface CfnRefreshSchedule.RefreshOnDayProperty
extends software.amazon.jsii.JsiiSerializable
The day that you want yout dataset to refresh.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.quicksight.*; RefreshOnDayProperty refreshOnDayProperty = RefreshOnDayProperty.builder() .dayOfMonth("dayOfMonth") .dayOfWeek("dayOfWeek") .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnRefreshSchedule.RefreshOnDayProperty
static final class
An implementation forCfnRefreshSchedule.RefreshOnDayProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDayOfMonth
The day of the month that you want your dataset to refresh.This value is required for monthly refresh intervals.
-
getDayOfWeek
The day of the week that you want to schedule the refresh on.This value is required for weekly and monthly refresh intervals.
-
builder
-