Class CfnDashboard.TableFieldOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.TableFieldOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.TableFieldOptionsProperty>
- Enclosing interface:
- CfnDashboard.TableFieldOptionsProperty
@Stability(Stable)
public static final class CfnDashboard.TableFieldOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.TableFieldOptionsProperty>
A builder for
CfnDashboard.TableFieldOptionsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnDashboard.TableFieldOptionsProperty.getOrder()selectedFieldOptions(List<? extends Object> selectedFieldOptions) Sets the value ofCfnDashboard.TableFieldOptionsProperty.getSelectedFieldOptions()selectedFieldOptions(IResolvable selectedFieldOptions) Sets the value ofCfnDashboard.TableFieldOptionsProperty.getSelectedFieldOptions()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
order
Sets the value ofCfnDashboard.TableFieldOptionsProperty.getOrder()- Parameters:
order- The order of field IDs of the field options for a table visual.- Returns:
this
-
selectedFieldOptions
@Stability(Stable) public CfnDashboard.TableFieldOptionsProperty.Builder selectedFieldOptions(IResolvable selectedFieldOptions) Sets the value ofCfnDashboard.TableFieldOptionsProperty.getSelectedFieldOptions()- Parameters:
selectedFieldOptions- The selected field options for the table field options.- Returns:
this
-
selectedFieldOptions
@Stability(Stable) public CfnDashboard.TableFieldOptionsProperty.Builder selectedFieldOptions(List<? extends Object> selectedFieldOptions) Sets the value ofCfnDashboard.TableFieldOptionsProperty.getSelectedFieldOptions()- Parameters:
selectedFieldOptions- The selected field options for the table field options.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboard.TableFieldOptionsProperty>- Returns:
- a new instance of
CfnDashboard.TableFieldOptionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-