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