Class CfnAnalysis.GeospatialLayerColorFieldProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnAnalysis.GeospatialLayerColorFieldProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysis.GeospatialLayerColorFieldProperty>
- Enclosing interface:
CfnAnalysis.GeospatialLayerColorFieldProperty
@Stability(Stable)
public static final class CfnAnalysis.GeospatialLayerColorFieldProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysis.GeospatialLayerColorFieldProperty>
A builder for
CfnAnalysis.GeospatialLayerColorFieldProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.colorDimensionsFields(List<? extends Object> colorDimensionsFields) Sets the value ofCfnAnalysis.GeospatialLayerColorFieldProperty.getColorDimensionsFields()colorDimensionsFields(IResolvable colorDimensionsFields) Sets the value ofCfnAnalysis.GeospatialLayerColorFieldProperty.getColorDimensionsFields()colorValuesFields(List<? extends Object> colorValuesFields) Sets the value ofCfnAnalysis.GeospatialLayerColorFieldProperty.getColorValuesFields()colorValuesFields(IResolvable colorValuesFields) Sets the value ofCfnAnalysis.GeospatialLayerColorFieldProperty.getColorValuesFields()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
colorDimensionsFields
@Stability(Stable) public CfnAnalysis.GeospatialLayerColorFieldProperty.Builder colorDimensionsFields(IResolvable colorDimensionsFields) Sets the value ofCfnAnalysis.GeospatialLayerColorFieldProperty.getColorDimensionsFields()- Parameters:
colorDimensionsFields- A list of color dimension fields.- Returns:
this
-
colorDimensionsFields
@Stability(Stable) public CfnAnalysis.GeospatialLayerColorFieldProperty.Builder colorDimensionsFields(List<? extends Object> colorDimensionsFields) Sets the value ofCfnAnalysis.GeospatialLayerColorFieldProperty.getColorDimensionsFields()- Parameters:
colorDimensionsFields- A list of color dimension fields.- Returns:
this
-
colorValuesFields
@Stability(Stable) public CfnAnalysis.GeospatialLayerColorFieldProperty.Builder colorValuesFields(IResolvable colorValuesFields) Sets the value ofCfnAnalysis.GeospatialLayerColorFieldProperty.getColorValuesFields()- Parameters:
colorValuesFields- A list of color measure fields.- Returns:
this
-
colorValuesFields
@Stability(Stable) public CfnAnalysis.GeospatialLayerColorFieldProperty.Builder colorValuesFields(List<? extends Object> colorValuesFields) Sets the value ofCfnAnalysis.GeospatialLayerColorFieldProperty.getColorValuesFields()- Parameters:
colorValuesFields- A list of color measure fields.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAnalysis.GeospatialLayerColorFieldProperty>- Returns:
- a new instance of
CfnAnalysis.GeospatialLayerColorFieldProperty - Throws:
NullPointerException- if any required attribute was not provided
-