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