Interface RefreshScheduleFrequency.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RefreshScheduleFrequency.Builder,RefreshScheduleFrequency>,SdkBuilder<RefreshScheduleFrequency.Builder,RefreshScheduleFrequency>,SdkPojo
- Enclosing class:
- RefreshScheduleFrequency
public static interface RefreshScheduleFrequency.Builder extends SdkPojo, CopyableBuilder<RefreshScheduleFrequency.Builder,RefreshScheduleFrequency>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RefreshScheduleFrequency.Builderunit(String unit)The unit to use for the refresh.RefreshScheduleFrequency.Builderunit(RefreshScheduleFrequencyUnit unit)The unit to use for the refresh.RefreshScheduleFrequency.Buildervalue(Integer value)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 Detail
-
unit
RefreshScheduleFrequency.Builder unit(String unit)
The unit to use for the refresh.
For custom dashboards, the unit can be
HOURSorDAYS.For the Highlights dashboard, the
Unitmust beHOURS.- Parameters:
unit- The unit to use for the refresh.For custom dashboards, the unit can be
HOURSorDAYS.For the Highlights dashboard, the
Unitmust beHOURS.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RefreshScheduleFrequencyUnit,RefreshScheduleFrequencyUnit
-
unit
RefreshScheduleFrequency.Builder unit(RefreshScheduleFrequencyUnit unit)
The unit to use for the refresh.
For custom dashboards, the unit can be
HOURSorDAYS.For the Highlights dashboard, the
Unitmust beHOURS.- Parameters:
unit- The unit to use for the refresh.For custom dashboards, the unit can be
HOURSorDAYS.For the Highlights dashboard, the
Unitmust beHOURS.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RefreshScheduleFrequencyUnit,RefreshScheduleFrequencyUnit
-
value
RefreshScheduleFrequency.Builder value(Integer value)
The value for the refresh schedule.
For custom dashboards, the following values are valid when the unit is
HOURS:1,6,12,24For custom dashboards, the only valid value when the unit is
DAYSis1.For the Highlights dashboard, the
Valuemust 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,24For custom dashboards, the only valid value when the unit is
DAYSis1.For the Highlights dashboard, the
Valuemust be6.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-