Class CfnDashboard.TableFieldCustomIconContentProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.TableFieldCustomIconContentProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.TableFieldCustomIconContentProperty>
- Enclosing interface:
CfnDashboard.TableFieldCustomIconContentProperty
@Stability(Stable)
public static final class CfnDashboard.TableFieldCustomIconContentProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.TableFieldCustomIconContentProperty>
A builder for
CfnDashboard.TableFieldCustomIconContentProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnDashboard.TableFieldCustomIconContentProperty.getIcon()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
icon
@Stability(Stable) public CfnDashboard.TableFieldCustomIconContentProperty.Builder icon(String icon) Sets the value ofCfnDashboard.TableFieldCustomIconContentProperty.getIcon()- Parameters:
icon- The icon set type (link) of the custom icon content for table URL link content.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboard.TableFieldCustomIconContentProperty>- Returns:
- a new instance of
CfnDashboard.TableFieldCustomIconContentProperty - Throws:
NullPointerException- if any required attribute was not provided
-