Class CfnTemplate.TableConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnTemplate.TableConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplate.TableConfigurationProperty>
- Enclosing interface:
CfnTemplate.TableConfigurationProperty
@Stability(Stable)
public static final class CfnTemplate.TableConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplate.TableConfigurationProperty>
A builder for
CfnTemplate.TableConfigurationProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.fieldOptions
(IResolvable fieldOptions) Sets the value ofCfnTemplate.TableConfigurationProperty.getFieldOptions()
fieldOptions
(CfnTemplate.TableFieldOptionsProperty fieldOptions) Sets the value ofCfnTemplate.TableConfigurationProperty.getFieldOptions()
fieldWells
(IResolvable fieldWells) Sets the value ofCfnTemplate.TableConfigurationProperty.getFieldWells()
fieldWells
(CfnTemplate.TableFieldWellsProperty fieldWells) Sets the value ofCfnTemplate.TableConfigurationProperty.getFieldWells()
paginatedReportOptions
(IResolvable paginatedReportOptions) Sets the value ofCfnTemplate.TableConfigurationProperty.getPaginatedReportOptions()
paginatedReportOptions
(CfnTemplate.TablePaginatedReportOptionsProperty paginatedReportOptions) Sets the value ofCfnTemplate.TableConfigurationProperty.getPaginatedReportOptions()
sortConfiguration
(IResolvable sortConfiguration) Sets the value ofCfnTemplate.TableConfigurationProperty.getSortConfiguration()
sortConfiguration
(CfnTemplate.TableSortConfigurationProperty sortConfiguration) Sets the value ofCfnTemplate.TableConfigurationProperty.getSortConfiguration()
tableInlineVisualizations
(List<? extends Object> tableInlineVisualizations) Sets the value ofCfnTemplate.TableConfigurationProperty.getTableInlineVisualizations()
tableInlineVisualizations
(IResolvable tableInlineVisualizations) Sets the value ofCfnTemplate.TableConfigurationProperty.getTableInlineVisualizations()
tableOptions
(IResolvable tableOptions) Sets the value ofCfnTemplate.TableConfigurationProperty.getTableOptions()
tableOptions
(CfnTemplate.TableOptionsProperty tableOptions) Sets the value ofCfnTemplate.TableConfigurationProperty.getTableOptions()
totalOptions
(IResolvable totalOptions) Sets the value ofCfnTemplate.TableConfigurationProperty.getTotalOptions()
totalOptions
(CfnTemplate.TotalOptionsProperty totalOptions) Sets the value ofCfnTemplate.TableConfigurationProperty.getTotalOptions()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
fieldOptions
@Stability(Stable) public CfnTemplate.TableConfigurationProperty.Builder fieldOptions(IResolvable fieldOptions) Sets the value ofCfnTemplate.TableConfigurationProperty.getFieldOptions()
- Parameters:
fieldOptions
- The field options for a table visual.- Returns:
this
-
fieldOptions
@Stability(Stable) public CfnTemplate.TableConfigurationProperty.Builder fieldOptions(CfnTemplate.TableFieldOptionsProperty fieldOptions) Sets the value ofCfnTemplate.TableConfigurationProperty.getFieldOptions()
- Parameters:
fieldOptions
- The field options for a table visual.- Returns:
this
-
fieldWells
@Stability(Stable) public CfnTemplate.TableConfigurationProperty.Builder fieldWells(IResolvable fieldWells) Sets the value ofCfnTemplate.TableConfigurationProperty.getFieldWells()
- Parameters:
fieldWells
- The field wells of the visual.- Returns:
this
-
fieldWells
@Stability(Stable) public CfnTemplate.TableConfigurationProperty.Builder fieldWells(CfnTemplate.TableFieldWellsProperty fieldWells) Sets the value ofCfnTemplate.TableConfigurationProperty.getFieldWells()
- Parameters:
fieldWells
- The field wells of the visual.- Returns:
this
-
paginatedReportOptions
@Stability(Stable) public CfnTemplate.TableConfigurationProperty.Builder paginatedReportOptions(IResolvable paginatedReportOptions) Sets the value ofCfnTemplate.TableConfigurationProperty.getPaginatedReportOptions()
- Parameters:
paginatedReportOptions
- The paginated report options for a table visual.- Returns:
this
-
paginatedReportOptions
@Stability(Stable) public CfnTemplate.TableConfigurationProperty.Builder paginatedReportOptions(CfnTemplate.TablePaginatedReportOptionsProperty paginatedReportOptions) Sets the value ofCfnTemplate.TableConfigurationProperty.getPaginatedReportOptions()
- Parameters:
paginatedReportOptions
- The paginated report options for a table visual.- Returns:
this
-
sortConfiguration
@Stability(Stable) public CfnTemplate.TableConfigurationProperty.Builder sortConfiguration(IResolvable sortConfiguration) Sets the value ofCfnTemplate.TableConfigurationProperty.getSortConfiguration()
- Parameters:
sortConfiguration
- The sort configuration for aTableVisual
.- Returns:
this
-
sortConfiguration
@Stability(Stable) public CfnTemplate.TableConfigurationProperty.Builder sortConfiguration(CfnTemplate.TableSortConfigurationProperty sortConfiguration) Sets the value ofCfnTemplate.TableConfigurationProperty.getSortConfiguration()
- Parameters:
sortConfiguration
- The sort configuration for aTableVisual
.- Returns:
this
-
tableInlineVisualizations
@Stability(Stable) public CfnTemplate.TableConfigurationProperty.Builder tableInlineVisualizations(IResolvable tableInlineVisualizations) Sets the value ofCfnTemplate.TableConfigurationProperty.getTableInlineVisualizations()
- Parameters:
tableInlineVisualizations
- A collection of inline visualizations to display within a chart.- Returns:
this
-
tableInlineVisualizations
@Stability(Stable) public CfnTemplate.TableConfigurationProperty.Builder tableInlineVisualizations(List<? extends Object> tableInlineVisualizations) Sets the value ofCfnTemplate.TableConfigurationProperty.getTableInlineVisualizations()
- Parameters:
tableInlineVisualizations
- A collection of inline visualizations to display within a chart.- Returns:
this
-
tableOptions
@Stability(Stable) public CfnTemplate.TableConfigurationProperty.Builder tableOptions(IResolvable tableOptions) Sets the value ofCfnTemplate.TableConfigurationProperty.getTableOptions()
- Parameters:
tableOptions
- The table options for a table visual.- Returns:
this
-
tableOptions
@Stability(Stable) public CfnTemplate.TableConfigurationProperty.Builder tableOptions(CfnTemplate.TableOptionsProperty tableOptions) Sets the value ofCfnTemplate.TableConfigurationProperty.getTableOptions()
- Parameters:
tableOptions
- The table options for a table visual.- Returns:
this
-
totalOptions
@Stability(Stable) public CfnTemplate.TableConfigurationProperty.Builder totalOptions(IResolvable totalOptions) Sets the value ofCfnTemplate.TableConfigurationProperty.getTotalOptions()
- Parameters:
totalOptions
- The total options for a table visual.- Returns:
this
-
totalOptions
@Stability(Stable) public CfnTemplate.TableConfigurationProperty.Builder totalOptions(CfnTemplate.TotalOptionsProperty totalOptions) Sets the value ofCfnTemplate.TableConfigurationProperty.getTotalOptions()
- Parameters:
totalOptions
- The total options for a table visual.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnTemplate.TableConfigurationProperty>
- Returns:
- a new instance of
CfnTemplate.TableConfigurationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-