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