Uses of Interface
software.amazon.awssdk.services.quicksight.model.GeospatialLayerJoinDefinition.Builder
-
Packages that use GeospatialLayerJoinDefinition.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of GeospatialLayerJoinDefinition.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return GeospatialLayerJoinDefinition.Builder Modifier and Type Method Description static GeospatialLayerJoinDefinition.BuilderGeospatialLayerJoinDefinition. builder()default GeospatialLayerJoinDefinition.BuilderGeospatialLayerJoinDefinition.Builder. colorField(Consumer<GeospatialLayerColorField.Builder> colorField)The geospatial color field for the join definition.GeospatialLayerJoinDefinition.BuilderGeospatialLayerJoinDefinition.Builder. colorField(GeospatialLayerColorField colorField)The geospatial color field for the join definition.default GeospatialLayerJoinDefinition.BuilderGeospatialLayerJoinDefinition.Builder. datasetKeyField(Consumer<UnaggregatedField.Builder> datasetKeyField)Sets the value of the DatasetKeyField property for this object.GeospatialLayerJoinDefinition.BuilderGeospatialLayerJoinDefinition.Builder. datasetKeyField(UnaggregatedField datasetKeyField)Sets the value of the DatasetKeyField property for this object.GeospatialLayerJoinDefinition.BuilderGeospatialLayerJoinDefinition.Builder. shapeKeyField(String shapeKeyField)The name of the field or property in the geospatial data source.GeospatialLayerJoinDefinition.BuilderGeospatialLayerJoinDefinition. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type GeospatialLayerJoinDefinition.Builder Modifier and Type Method Description static Class<? extends GeospatialLayerJoinDefinition.Builder>GeospatialLayerJoinDefinition. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type GeospatialLayerJoinDefinition.Builder Modifier and Type Method Description default GeospatialLayerItem.BuilderGeospatialLayerItem.Builder. joinDefinition(Consumer<GeospatialLayerJoinDefinition.Builder> joinDefinition)The join definition properties for a layer.
-