Class CfnExport.RefreshCadenceProperty.Builder
java.lang.Object
software.amazon.awscdk.services.bcmdataexports.CfnExport.RefreshCadenceProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnExport.RefreshCadenceProperty>
- Enclosing interface:
CfnExport.RefreshCadenceProperty
@Stability(Stable)
public static final class CfnExport.RefreshCadenceProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnExport.RefreshCadenceProperty>
A builder for
CfnExport.RefreshCadenceProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnExport.RefreshCadenceProperty.getFrequency()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
frequency
Sets the value ofCfnExport.RefreshCadenceProperty.getFrequency()- Parameters:
frequency- The frequency that data exports are updated. This parameter is required. The export refreshes each time the source data updates, up to three times daily.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnExport.RefreshCadenceProperty>- Returns:
- a new instance of
CfnExport.RefreshCadenceProperty - Throws:
NullPointerException- if any required attribute was not provided
-