Class RefreshScheduleIntervalDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.generativeai.model.RefreshScheduleIntervalDetails.Builder
-
- Enclosing class:
- RefreshScheduleIntervalDetails
public static class RefreshScheduleIntervalDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RefreshScheduleIntervalDetailsbuild()RefreshScheduleIntervalDetails.Buildercopy(RefreshScheduleIntervalDetails model)RefreshScheduleIntervalDetails.Buildervalue(String value)Specifies the refresh interval value.
-
-
-
Method Detail
-
value
public RefreshScheduleIntervalDetails.Builder value(String value)
Specifies the refresh interval value.The interval must be provided using the ISO 8601 extended format, either as PnW or PnYnMnDTnHnMnS, where ‘P’ is always required, ‘T’ precedes any time components less than one day, and each included component is properly suffixed. For example, “P1DT6H” represents a duration of 1 day and 6 hours.
- Parameters:
value- the value to set- Returns:
- this builder
-
build
public RefreshScheduleIntervalDetails build()
-
copy
public RefreshScheduleIntervalDetails.Builder copy(RefreshScheduleIntervalDetails model)
-
-