Interface CfnAnalysisPropsMixin.GeospatialLayerJoinDefinitionProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysisPropsMixin.GeospatialLayerJoinDefinitionProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysisPropsMixin
@Stability(Stable)
public static interface CfnAnalysisPropsMixin.GeospatialLayerJoinDefinitionProperty
extends software.amazon.jsii.JsiiSerializable
The custom actions for a layer.
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnAnalysisPropsMixin.GeospatialLayerJoinDefinitionProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectThe geospatial color field for the join definition.default ObjectReturns union: eitherIResolvableorCfnAnalysisPropsMixin.UnaggregatedFieldPropertydefault StringThe name of the field or property in the geospatial data source.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getColorField
The geospatial color field for the join definition.Returns union: either
IResolvableorCfnAnalysisPropsMixin.GeospatialLayerColorFieldProperty- See Also:
-
getDatasetKeyField
Returns union: eitherIResolvableorCfnAnalysisPropsMixin.UnaggregatedFieldProperty- See Also:
-
getShapeKeyField
The name of the field or property in the geospatial data source.- See Also:
-
builder
@Stability(Stable) static CfnAnalysisPropsMixin.GeospatialLayerJoinDefinitionProperty.Builder builder()
-