Class CfnDashboardPropsMixin.TableFieldOptionProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDashboardPropsMixin.TableFieldOptionProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboardPropsMixin.TableFieldOptionProperty>
- Enclosing interface:
CfnDashboardPropsMixin.TableFieldOptionProperty
@Stability(Stable)
public static final class CfnDashboardPropsMixin.TableFieldOptionProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboardPropsMixin.TableFieldOptionProperty>
A builder for
CfnDashboardPropsMixin.TableFieldOptionProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.customLabel(String customLabel) Sets the value ofCfnDashboardPropsMixin.TableFieldOptionProperty.getCustomLabel()Sets the value ofCfnDashboardPropsMixin.TableFieldOptionProperty.getFieldId()Sets the value ofCfnDashboardPropsMixin.TableFieldOptionProperty.getUrlStyling()urlStyling(IResolvable urlStyling) Sets the value ofCfnDashboardPropsMixin.TableFieldOptionProperty.getUrlStyling()visibility(String visibility) Sets the value ofCfnDashboardPropsMixin.TableFieldOptionProperty.getVisibility()Sets the value ofCfnDashboardPropsMixin.TableFieldOptionProperty.getWidth()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
customLabel
@Stability(Stable) public CfnDashboardPropsMixin.TableFieldOptionProperty.Builder customLabel(String customLabel) Sets the value ofCfnDashboardPropsMixin.TableFieldOptionProperty.getCustomLabel()- Parameters:
customLabel- The custom label for a table field.- Returns:
this
-
fieldId
@Stability(Stable) public CfnDashboardPropsMixin.TableFieldOptionProperty.Builder fieldId(String fieldId) Sets the value ofCfnDashboardPropsMixin.TableFieldOptionProperty.getFieldId()- Parameters:
fieldId- The field ID for a table field.- Returns:
this
-
urlStyling
@Stability(Stable) public CfnDashboardPropsMixin.TableFieldOptionProperty.Builder urlStyling(IResolvable urlStyling) Sets the value ofCfnDashboardPropsMixin.TableFieldOptionProperty.getUrlStyling()- Parameters:
urlStyling- The URL configuration for a table field.- Returns:
this
-
urlStyling
@Stability(Stable) public CfnDashboardPropsMixin.TableFieldOptionProperty.Builder urlStyling(CfnDashboardPropsMixin.TableFieldURLConfigurationProperty urlStyling) Sets the value ofCfnDashboardPropsMixin.TableFieldOptionProperty.getUrlStyling()- Parameters:
urlStyling- The URL configuration for a table field.- Returns:
this
-
visibility
@Stability(Stable) public CfnDashboardPropsMixin.TableFieldOptionProperty.Builder visibility(String visibility) Sets the value ofCfnDashboardPropsMixin.TableFieldOptionProperty.getVisibility()- Parameters:
visibility- The visibility of a table field.- Returns:
this
-
width
@Stability(Stable) public CfnDashboardPropsMixin.TableFieldOptionProperty.Builder width(String width) Sets the value ofCfnDashboardPropsMixin.TableFieldOptionProperty.getWidth()- Parameters:
width- The width for a table field.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboardPropsMixin.TableFieldOptionProperty>- Returns:
- a new instance of
CfnDashboardPropsMixin.TableFieldOptionProperty - Throws:
NullPointerException- if any required attribute was not provided
-