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