Interface RefreshScheduleFrequency.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RefreshScheduleFrequency.Builder,
,RefreshScheduleFrequency> SdkBuilder<RefreshScheduleFrequency.Builder,
,RefreshScheduleFrequency> SdkPojo
- Enclosing class:
RefreshScheduleFrequency
-
Method Summary
Modifier and TypeMethodDescriptionThe unit to use for the refresh.The unit to use for the refresh.The value for the refresh schedule.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
unit
The unit to use for the refresh.
For custom dashboards, the unit can be
HOURS
orDAYS
.For the Highlights dashboard, the
Unit
must beHOURS
.- Parameters:
unit
- The unit to use for the refresh.For custom dashboards, the unit can be
HOURS
orDAYS
.For the Highlights dashboard, the
Unit
must beHOURS
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
unit
The unit to use for the refresh.
For custom dashboards, the unit can be
HOURS
orDAYS
.For the Highlights dashboard, the
Unit
must beHOURS
.- Parameters:
unit
- The unit to use for the refresh.For custom dashboards, the unit can be
HOURS
orDAYS
.For the Highlights dashboard, the
Unit
must beHOURS
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
value
The value for the refresh schedule.
For custom dashboards, the following values are valid when the unit is
HOURS
:1
,6
,12
,24
For custom dashboards, the only valid value when the unit is
DAYS
is1
.For the Highlights dashboard, the
Value
must be6
.- Parameters:
value
- The value for the refresh schedule.For custom dashboards, the following values are valid when the unit is
HOURS
:1
,6
,12
,24
For custom dashboards, the only valid value when the unit is
DAYS
is1
.For the Highlights dashboard, the
Value
must be6
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-