Class CfnTemplatePropsMixin.TableFieldOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnTemplatePropsMixin.TableFieldOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplatePropsMixin.TableFieldOptionsProperty>
- Enclosing interface:
CfnTemplatePropsMixin.TableFieldOptionsProperty
@Stability(Stable)
public static final class CfnTemplatePropsMixin.TableFieldOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplatePropsMixin.TableFieldOptionsProperty>
A builder for
CfnTemplatePropsMixin.TableFieldOptionsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnTemplatePropsMixin.TableFieldOptionsProperty.getOrder()pinnedFieldOptions(IResolvable pinnedFieldOptions) Sets the value ofCfnTemplatePropsMixin.TableFieldOptionsProperty.getPinnedFieldOptions()pinnedFieldOptions(CfnTemplatePropsMixin.TablePinnedFieldOptionsProperty pinnedFieldOptions) Sets the value ofCfnTemplatePropsMixin.TableFieldOptionsProperty.getPinnedFieldOptions()selectedFieldOptions(List<? extends Object> selectedFieldOptions) selectedFieldOptions(IResolvable selectedFieldOptions) transposedTableOptions(List<? extends Object> transposedTableOptions) transposedTableOptions(IResolvable transposedTableOptions)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
order
@Stability(Stable) public CfnTemplatePropsMixin.TableFieldOptionsProperty.Builder order(List<String> order) Sets the value ofCfnTemplatePropsMixin.TableFieldOptionsProperty.getOrder()- Parameters:
order- The order of the field IDs that are configured as field options for a table visual.- Returns:
this
-
pinnedFieldOptions
@Stability(Stable) public CfnTemplatePropsMixin.TableFieldOptionsProperty.Builder pinnedFieldOptions(IResolvable pinnedFieldOptions) Sets the value ofCfnTemplatePropsMixin.TableFieldOptionsProperty.getPinnedFieldOptions()- Parameters:
pinnedFieldOptions- The settings for the pinned columns of a table visual.- Returns:
this
-
pinnedFieldOptions
@Stability(Stable) public CfnTemplatePropsMixin.TableFieldOptionsProperty.Builder pinnedFieldOptions(CfnTemplatePropsMixin.TablePinnedFieldOptionsProperty pinnedFieldOptions) Sets the value ofCfnTemplatePropsMixin.TableFieldOptionsProperty.getPinnedFieldOptions()- Parameters:
pinnedFieldOptions- The settings for the pinned columns of a table visual.- Returns:
this
-
selectedFieldOptions
@Stability(Stable) public CfnTemplatePropsMixin.TableFieldOptionsProperty.Builder selectedFieldOptions(IResolvable selectedFieldOptions) - Parameters:
selectedFieldOptions- The field options to be configured to a table.- Returns:
this
-
selectedFieldOptions
@Stability(Stable) public CfnTemplatePropsMixin.TableFieldOptionsProperty.Builder selectedFieldOptions(List<? extends Object> selectedFieldOptions) - Parameters:
selectedFieldOptions- The field options to be configured to a table.- Returns:
this
-
transposedTableOptions
@Stability(Stable) public CfnTemplatePropsMixin.TableFieldOptionsProperty.Builder transposedTableOptions(IResolvable transposedTableOptions) - Parameters:
transposedTableOptions- TheTableOptionsof a transposed table.- Returns:
this
-
transposedTableOptions
@Stability(Stable) public CfnTemplatePropsMixin.TableFieldOptionsProperty.Builder transposedTableOptions(List<? extends Object> transposedTableOptions) - Parameters:
transposedTableOptions- TheTableOptionsof a transposed table.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTemplatePropsMixin.TableFieldOptionsProperty>- Returns:
- a new instance of
CfnTemplatePropsMixin.TableFieldOptionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-