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