Class CfnTemplate.AnalysisDefaultsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnTemplate.AnalysisDefaultsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplate.AnalysisDefaultsProperty>
- Enclosing interface:
CfnTemplate.AnalysisDefaultsProperty
@Stability(Stable)
public static final class CfnTemplate.AnalysisDefaultsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplate.AnalysisDefaultsProperty>
A builder for
CfnTemplate.AnalysisDefaultsProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.defaultNewSheetConfiguration
(IResolvable defaultNewSheetConfiguration) Sets the value ofCfnTemplate.AnalysisDefaultsProperty.getDefaultNewSheetConfiguration()
defaultNewSheetConfiguration
(CfnTemplate.DefaultNewSheetConfigurationProperty defaultNewSheetConfiguration) Sets the value ofCfnTemplate.AnalysisDefaultsProperty.getDefaultNewSheetConfiguration()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
defaultNewSheetConfiguration
@Stability(Stable) public CfnTemplate.AnalysisDefaultsProperty.Builder defaultNewSheetConfiguration(IResolvable defaultNewSheetConfiguration) Sets the value ofCfnTemplate.AnalysisDefaultsProperty.getDefaultNewSheetConfiguration()
- Parameters:
defaultNewSheetConfiguration
- The configuration for default new sheet settings. This parameter is required.- Returns:
this
-
defaultNewSheetConfiguration
@Stability(Stable) public CfnTemplate.AnalysisDefaultsProperty.Builder defaultNewSheetConfiguration(CfnTemplate.DefaultNewSheetConfigurationProperty defaultNewSheetConfiguration) Sets the value ofCfnTemplate.AnalysisDefaultsProperty.getDefaultNewSheetConfiguration()
- Parameters:
defaultNewSheetConfiguration
- The configuration for default new sheet settings. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnTemplate.AnalysisDefaultsProperty>
- Returns:
- a new instance of
CfnTemplate.AnalysisDefaultsProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-