Class CfnAnalysisPropsMixin.TableStyleTargetProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnAnalysisPropsMixin.TableStyleTargetProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysisPropsMixin.TableStyleTargetProperty>
- Enclosing interface:
CfnAnalysisPropsMixin.TableStyleTargetProperty
@Stability(Stable)
public static final class CfnAnalysisPropsMixin.TableStyleTargetProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysisPropsMixin.TableStyleTargetProperty>
A builder for
CfnAnalysisPropsMixin.TableStyleTargetProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnAnalysisPropsMixin.TableStyleTargetProperty.getCellType()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
cellType
@Stability(Stable) public CfnAnalysisPropsMixin.TableStyleTargetProperty.Builder cellType(String cellType) Sets the value ofCfnAnalysisPropsMixin.TableStyleTargetProperty.getCellType()- Parameters:
cellType- The cell type of the table style target.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAnalysisPropsMixin.TableStyleTargetProperty>- Returns:
- a new instance of
CfnAnalysisPropsMixin.TableStyleTargetProperty - Throws:
NullPointerException- if any required attribute was not provided
-