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