Class CfnExportPropsMixin.RefreshCadenceProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bcmdataexports.CfnExportPropsMixin.RefreshCadenceProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnExportPropsMixin.RefreshCadenceProperty>
- Enclosing interface:
CfnExportPropsMixin.RefreshCadenceProperty
@Stability(Stable)
public static final class CfnExportPropsMixin.RefreshCadenceProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnExportPropsMixin.RefreshCadenceProperty>
A builder for
CfnExportPropsMixin.RefreshCadenceProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnExportPropsMixin.RefreshCadenceProperty.getFrequency()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
frequency
@Stability(Stable) public CfnExportPropsMixin.RefreshCadenceProperty.Builder frequency(String frequency) Sets the value ofCfnExportPropsMixin.RefreshCadenceProperty.getFrequency()- Parameters:
frequency- The frequency that data exports are updated. 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<CfnExportPropsMixin.RefreshCadenceProperty>- Returns:
- a new instance of
CfnExportPropsMixin.RefreshCadenceProperty - Throws:
NullPointerException- if any required attribute was not provided
-