Class CfnDataSet.DataSetRefreshPropertiesProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDataSet.DataSetRefreshPropertiesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataSet.DataSetRefreshPropertiesProperty>
- Enclosing interface:
CfnDataSet.DataSetRefreshPropertiesProperty
@Stability(Stable)
public static final class CfnDataSet.DataSetRefreshPropertiesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataSet.DataSetRefreshPropertiesProperty>
A builder for
CfnDataSet.DataSetRefreshPropertiesProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.refreshConfiguration
(IResolvable refreshConfiguration) Sets the value ofCfnDataSet.DataSetRefreshPropertiesProperty.getRefreshConfiguration()
refreshConfiguration
(CfnDataSet.RefreshConfigurationProperty refreshConfiguration) Sets the value ofCfnDataSet.DataSetRefreshPropertiesProperty.getRefreshConfiguration()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
refreshConfiguration
@Stability(Stable) public CfnDataSet.DataSetRefreshPropertiesProperty.Builder refreshConfiguration(IResolvable refreshConfiguration) Sets the value ofCfnDataSet.DataSetRefreshPropertiesProperty.getRefreshConfiguration()
- Parameters:
refreshConfiguration
-CfnDataSet.DataSetRefreshPropertiesProperty.RefreshConfiguration
.- Returns:
this
-
refreshConfiguration
@Stability(Stable) public CfnDataSet.DataSetRefreshPropertiesProperty.Builder refreshConfiguration(CfnDataSet.RefreshConfigurationProperty refreshConfiguration) Sets the value ofCfnDataSet.DataSetRefreshPropertiesProperty.getRefreshConfiguration()
- Parameters:
refreshConfiguration
-CfnDataSet.DataSetRefreshPropertiesProperty.RefreshConfiguration
.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnDataSet.DataSetRefreshPropertiesProperty>
- Returns:
- a new instance of
CfnDataSet.DataSetRefreshPropertiesProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-