Class CfnAnalysis.TableFieldCustomIconContentProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnAnalysis.TableFieldCustomIconContentProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysis.TableFieldCustomIconContentProperty>
- Enclosing interface:
- CfnAnalysis.TableFieldCustomIconContentProperty
@Stability(Stable)
public static final class CfnAnalysis.TableFieldCustomIconContentProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysis.TableFieldCustomIconContentProperty>
A builder for
CfnAnalysis.TableFieldCustomIconContentProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnAnalysis.TableFieldCustomIconContentProperty.getIcon()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
icon
Sets the value ofCfnAnalysis.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<CfnAnalysis.TableFieldCustomIconContentProperty>- Returns:
- a new instance of
CfnAnalysis.TableFieldCustomIconContentProperty - Throws:
NullPointerException- if any required attribute was not provided
-