Class CfnDashboardPropsMixin.GeospatialLayerJoinDefinitionProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDashboardPropsMixin.GeospatialLayerJoinDefinitionProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboardPropsMixin.GeospatialLayerJoinDefinitionProperty>
- Enclosing interface:
CfnDashboardPropsMixin.GeospatialLayerJoinDefinitionProperty
@Stability(Stable)
public static final class CfnDashboardPropsMixin.GeospatialLayerJoinDefinitionProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboardPropsMixin.GeospatialLayerJoinDefinitionProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.colorField(IResolvable colorField) datasetKeyField(CfnDashboardPropsMixin.UnaggregatedFieldProperty datasetKeyField) datasetKeyField(IResolvable datasetKeyField) shapeKeyField(String shapeKeyField)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
colorField
@Stability(Stable) public CfnDashboardPropsMixin.GeospatialLayerJoinDefinitionProperty.Builder colorField(IResolvable colorField) - Parameters:
colorField- The geospatial color field for the join definition.- Returns:
this
-
colorField
@Stability(Stable) public CfnDashboardPropsMixin.GeospatialLayerJoinDefinitionProperty.Builder colorField(CfnDashboardPropsMixin.GeospatialLayerColorFieldProperty colorField) - Parameters:
colorField- The geospatial color field for the join definition.- Returns:
this
-
datasetKeyField
@Stability(Stable) public CfnDashboardPropsMixin.GeospatialLayerJoinDefinitionProperty.Builder datasetKeyField(IResolvable datasetKeyField) - Parameters:
datasetKeyField- the value to be set.- Returns:
this
-
datasetKeyField
@Stability(Stable) public CfnDashboardPropsMixin.GeospatialLayerJoinDefinitionProperty.Builder datasetKeyField(CfnDashboardPropsMixin.UnaggregatedFieldProperty datasetKeyField) - Parameters:
datasetKeyField- the value to be set.- Returns:
this
-
shapeKeyField
@Stability(Stable) public CfnDashboardPropsMixin.GeospatialLayerJoinDefinitionProperty.Builder shapeKeyField(String shapeKeyField) - Parameters:
shapeKeyField- The name of the field or property in the geospatial data source.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboardPropsMixin.GeospatialLayerJoinDefinitionProperty>- Returns:
- a new instance of
CfnDashboardPropsMixin.GeospatialLayerJoinDefinitionProperty - Throws:
NullPointerException- if any required attribute was not provided
-