Class CfnAnalysis.TableFieldOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnAnalysis.TableFieldOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysis.TableFieldOptionsProperty>
- Enclosing interface:
CfnAnalysis.TableFieldOptionsProperty
@Stability(Stable)
public static final class CfnAnalysis.TableFieldOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysis.TableFieldOptionsProperty>
A builder for
CfnAnalysis.TableFieldOptionsProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnAnalysis.TableFieldOptionsProperty.getOrder()
pinnedFieldOptions
(IResolvable pinnedFieldOptions) Sets the value ofCfnAnalysis.TableFieldOptionsProperty.getPinnedFieldOptions()
pinnedFieldOptions
(CfnAnalysis.TablePinnedFieldOptionsProperty pinnedFieldOptions) Sets the value ofCfnAnalysis.TableFieldOptionsProperty.getPinnedFieldOptions()
selectedFieldOptions
(List<? extends Object> selectedFieldOptions) Sets the value ofCfnAnalysis.TableFieldOptionsProperty.getSelectedFieldOptions()
selectedFieldOptions
(IResolvable selectedFieldOptions) Sets the value ofCfnAnalysis.TableFieldOptionsProperty.getSelectedFieldOptions()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
order
Sets the value ofCfnAnalysis.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 CfnAnalysis.TableFieldOptionsProperty.Builder pinnedFieldOptions(IResolvable pinnedFieldOptions) Sets the value ofCfnAnalysis.TableFieldOptionsProperty.getPinnedFieldOptions()
- Parameters:
pinnedFieldOptions
- The settings for the pinned columns of a table visual.- Returns:
this
-
pinnedFieldOptions
@Stability(Stable) public CfnAnalysis.TableFieldOptionsProperty.Builder pinnedFieldOptions(CfnAnalysis.TablePinnedFieldOptionsProperty pinnedFieldOptions) Sets the value ofCfnAnalysis.TableFieldOptionsProperty.getPinnedFieldOptions()
- Parameters:
pinnedFieldOptions
- The settings for the pinned columns of a table visual.- Returns:
this
-
selectedFieldOptions
@Stability(Stable) public CfnAnalysis.TableFieldOptionsProperty.Builder selectedFieldOptions(IResolvable selectedFieldOptions) Sets the value ofCfnAnalysis.TableFieldOptionsProperty.getSelectedFieldOptions()
- Parameters:
selectedFieldOptions
- The field options to be configured to a table.- Returns:
this
-
selectedFieldOptions
@Stability(Stable) public CfnAnalysis.TableFieldOptionsProperty.Builder selectedFieldOptions(List<? extends Object> selectedFieldOptions) Sets the value ofCfnAnalysis.TableFieldOptionsProperty.getSelectedFieldOptions()
- Parameters:
selectedFieldOptions
- The field options to be configured to a table.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnAnalysis.TableFieldOptionsProperty>
- Returns:
- a new instance of
CfnAnalysis.TableFieldOptionsProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-