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