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