Class CfnAnalysis.DefaultNewSheetConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnAnalysis.DefaultNewSheetConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysis.DefaultNewSheetConfigurationProperty>
- Enclosing interface:
CfnAnalysis.DefaultNewSheetConfigurationProperty
@Stability(Stable)
public static final class CfnAnalysis.DefaultNewSheetConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysis.DefaultNewSheetConfigurationProperty>
A builder for
CfnAnalysis.DefaultNewSheetConfigurationProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.interactiveLayoutConfiguration
(IResolvable interactiveLayoutConfiguration) interactiveLayoutConfiguration
(CfnAnalysis.DefaultInteractiveLayoutConfigurationProperty interactiveLayoutConfiguration) paginatedLayoutConfiguration
(IResolvable paginatedLayoutConfiguration) paginatedLayoutConfiguration
(CfnAnalysis.DefaultPaginatedLayoutConfigurationProperty paginatedLayoutConfiguration) sheetContentType
(String sheetContentType) Sets the value ofCfnAnalysis.DefaultNewSheetConfigurationProperty.getSheetContentType()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
interactiveLayoutConfiguration
@Stability(Stable) public CfnAnalysis.DefaultNewSheetConfigurationProperty.Builder interactiveLayoutConfiguration(IResolvable interactiveLayoutConfiguration) Sets the value ofCfnAnalysis.DefaultNewSheetConfigurationProperty.getInteractiveLayoutConfiguration()
- Parameters:
interactiveLayoutConfiguration
- The options that determine the default settings for interactive layout configuration.- Returns:
this
-
interactiveLayoutConfiguration
@Stability(Stable) public CfnAnalysis.DefaultNewSheetConfigurationProperty.Builder interactiveLayoutConfiguration(CfnAnalysis.DefaultInteractiveLayoutConfigurationProperty interactiveLayoutConfiguration) Sets the value ofCfnAnalysis.DefaultNewSheetConfigurationProperty.getInteractiveLayoutConfiguration()
- Parameters:
interactiveLayoutConfiguration
- The options that determine the default settings for interactive layout configuration.- Returns:
this
-
paginatedLayoutConfiguration
@Stability(Stable) public CfnAnalysis.DefaultNewSheetConfigurationProperty.Builder paginatedLayoutConfiguration(IResolvable paginatedLayoutConfiguration) Sets the value ofCfnAnalysis.DefaultNewSheetConfigurationProperty.getPaginatedLayoutConfiguration()
- Parameters:
paginatedLayoutConfiguration
- The options that determine the default settings for a paginated layout configuration.- Returns:
this
-
paginatedLayoutConfiguration
@Stability(Stable) public CfnAnalysis.DefaultNewSheetConfigurationProperty.Builder paginatedLayoutConfiguration(CfnAnalysis.DefaultPaginatedLayoutConfigurationProperty paginatedLayoutConfiguration) Sets the value ofCfnAnalysis.DefaultNewSheetConfigurationProperty.getPaginatedLayoutConfiguration()
- Parameters:
paginatedLayoutConfiguration
- The options that determine the default settings for a paginated layout configuration.- Returns:
this
-
sheetContentType
@Stability(Stable) public CfnAnalysis.DefaultNewSheetConfigurationProperty.Builder sheetContentType(String sheetContentType) Sets the value ofCfnAnalysis.DefaultNewSheetConfigurationProperty.getSheetContentType()
- Parameters:
sheetContentType
- The option that determines the sheet content type.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnAnalysis.DefaultNewSheetConfigurationProperty>
- Returns:
- a new instance of
CfnAnalysis.DefaultNewSheetConfigurationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-