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