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