Class CfnTemplate.ListControlDisplayOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnTemplate.ListControlDisplayOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplate.ListControlDisplayOptionsProperty>
- Enclosing interface:
CfnTemplate.ListControlDisplayOptionsProperty
@Stability(Stable)
public static final class CfnTemplate.ListControlDisplayOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplate.ListControlDisplayOptionsProperty>
A builder for
CfnTemplate.ListControlDisplayOptionsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.infoIconLabelOptions(IResolvable infoIconLabelOptions) Sets the value ofCfnTemplate.ListControlDisplayOptionsProperty.getInfoIconLabelOptions()infoIconLabelOptions(CfnTemplate.SheetControlInfoIconLabelOptionsProperty infoIconLabelOptions) Sets the value ofCfnTemplate.ListControlDisplayOptionsProperty.getInfoIconLabelOptions()searchOptions(IResolvable searchOptions) Sets the value ofCfnTemplate.ListControlDisplayOptionsProperty.getSearchOptions()searchOptions(CfnTemplate.ListControlSearchOptionsProperty searchOptions) Sets the value ofCfnTemplate.ListControlDisplayOptionsProperty.getSearchOptions()selectAllOptions(IResolvable selectAllOptions) Sets the value ofCfnTemplate.ListControlDisplayOptionsProperty.getSelectAllOptions()selectAllOptions(CfnTemplate.ListControlSelectAllOptionsProperty selectAllOptions) Sets the value ofCfnTemplate.ListControlDisplayOptionsProperty.getSelectAllOptions()titleOptions(IResolvable titleOptions) Sets the value ofCfnTemplate.ListControlDisplayOptionsProperty.getTitleOptions()titleOptions(CfnTemplate.LabelOptionsProperty titleOptions) Sets the value ofCfnTemplate.ListControlDisplayOptionsProperty.getTitleOptions()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
infoIconLabelOptions
@Stability(Stable) public CfnTemplate.ListControlDisplayOptionsProperty.Builder infoIconLabelOptions(IResolvable infoIconLabelOptions) Sets the value ofCfnTemplate.ListControlDisplayOptionsProperty.getInfoIconLabelOptions()- Parameters:
infoIconLabelOptions- The configuration of info icon label options.- Returns:
this
-
infoIconLabelOptions
@Stability(Stable) public CfnTemplate.ListControlDisplayOptionsProperty.Builder infoIconLabelOptions(CfnTemplate.SheetControlInfoIconLabelOptionsProperty infoIconLabelOptions) Sets the value ofCfnTemplate.ListControlDisplayOptionsProperty.getInfoIconLabelOptions()- Parameters:
infoIconLabelOptions- The configuration of info icon label options.- Returns:
this
-
searchOptions
@Stability(Stable) public CfnTemplate.ListControlDisplayOptionsProperty.Builder searchOptions(IResolvable searchOptions) Sets the value ofCfnTemplate.ListControlDisplayOptionsProperty.getSearchOptions()- Parameters:
searchOptions- The configuration of the search options in a list control.- Returns:
this
-
searchOptions
@Stability(Stable) public CfnTemplate.ListControlDisplayOptionsProperty.Builder searchOptions(CfnTemplate.ListControlSearchOptionsProperty searchOptions) Sets the value ofCfnTemplate.ListControlDisplayOptionsProperty.getSearchOptions()- Parameters:
searchOptions- The configuration of the search options in a list control.- Returns:
this
-
selectAllOptions
@Stability(Stable) public CfnTemplate.ListControlDisplayOptionsProperty.Builder selectAllOptions(IResolvable selectAllOptions) Sets the value ofCfnTemplate.ListControlDisplayOptionsProperty.getSelectAllOptions()- Parameters:
selectAllOptions- The configuration of theSelect alloptions in a list control.- Returns:
this
-
selectAllOptions
@Stability(Stable) public CfnTemplate.ListControlDisplayOptionsProperty.Builder selectAllOptions(CfnTemplate.ListControlSelectAllOptionsProperty selectAllOptions) Sets the value ofCfnTemplate.ListControlDisplayOptionsProperty.getSelectAllOptions()- Parameters:
selectAllOptions- The configuration of theSelect alloptions in a list control.- Returns:
this
-
titleOptions
@Stability(Stable) public CfnTemplate.ListControlDisplayOptionsProperty.Builder titleOptions(IResolvable titleOptions) Sets the value ofCfnTemplate.ListControlDisplayOptionsProperty.getTitleOptions()- Parameters:
titleOptions- The options to configure the title visibility, name, and font size.- Returns:
this
-
titleOptions
@Stability(Stable) public CfnTemplate.ListControlDisplayOptionsProperty.Builder titleOptions(CfnTemplate.LabelOptionsProperty titleOptions) Sets the value ofCfnTemplate.ListControlDisplayOptionsProperty.getTitleOptions()- Parameters:
titleOptions- The options to configure the title visibility, name, and font size.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTemplate.ListControlDisplayOptionsProperty>- Returns:
- a new instance of
CfnTemplate.ListControlDisplayOptionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-