Interface RefreshCadence.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RefreshCadence.Builder,
,RefreshCadence> SdkBuilder<RefreshCadence.Builder,
,RefreshCadence> SdkPojo
- Enclosing class:
RefreshCadence
@Mutable
@NotThreadSafe
public static interface RefreshCadence.Builder
extends SdkPojo, CopyableBuilder<RefreshCadence.Builder,RefreshCadence>
-
Method Summary
Modifier and TypeMethodDescriptionThe frequency that data exports are updated.frequency
(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 Details
-
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:
-
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:
-