Interface RefreshCadence.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RefreshCadence.Builder,RefreshCadence>,SdkBuilder<RefreshCadence.Builder,RefreshCadence>,SdkPojo
- Enclosing class:
- RefreshCadence
public static interface RefreshCadence.Builder extends SdkPojo, CopyableBuilder<RefreshCadence.Builder,RefreshCadence>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RefreshCadence.Builderfrequency(String frequency)The frequency that data exports are updated.RefreshCadence.Builderfrequency(FrequencyOption frequency)The frequency that data exports are updated.-
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
-
frequency
RefreshCadence.Builder frequency(String frequency)
The frequency that data exports are updated. The export refreshes each time the source data updates, up to three times daily.
- Parameters:
frequency- The frequency that data exports are updated. The export refreshes each time the source data updates, up to three times daily.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FrequencyOption,FrequencyOption
-
frequency
RefreshCadence.Builder frequency(FrequencyOption frequency)
The frequency that data exports are updated. The export refreshes each time the source data updates, up to three times daily.
- Parameters:
frequency- The frequency that data exports are updated. The export refreshes each time the source data updates, up to three times daily.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FrequencyOption,FrequencyOption
-
-