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()
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 field IDs of the field options for a table visual.- Returns:
this
-
selectedFieldOptions
@Stability(Stable) public CfnAnalysis.TableFieldOptionsProperty.Builder selectedFieldOptions(IResolvable selectedFieldOptions) Sets the value ofCfnAnalysis.TableFieldOptionsProperty.getSelectedFieldOptions()
- Parameters:
selectedFieldOptions
- The selected field options for the table field options.- Returns:
this
-
selectedFieldOptions
@Stability(Stable) public CfnAnalysis.TableFieldOptionsProperty.Builder selectedFieldOptions(List<? extends Object> selectedFieldOptions) Sets the value ofCfnAnalysis.TableFieldOptionsProperty.getSelectedFieldOptions()
- Parameters:
selectedFieldOptions
- The selected field options for the table field options.- 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
-