Interface GeospatialLayerJoinDefinition.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<GeospatialLayerJoinDefinition.Builder,
,GeospatialLayerJoinDefinition> SdkBuilder<GeospatialLayerJoinDefinition.Builder,
,GeospatialLayerJoinDefinition> SdkPojo
- Enclosing class:
GeospatialLayerJoinDefinition
@Mutable
@NotThreadSafe
public static interface GeospatialLayerJoinDefinition.Builder
extends SdkPojo, CopyableBuilder<GeospatialLayerJoinDefinition.Builder,GeospatialLayerJoinDefinition>
-
Method Summary
Modifier and TypeMethodDescriptioncolorField
(Consumer<GeospatialLayerColorField.Builder> colorField) The geospatial color field for the join definition.colorField
(GeospatialLayerColorField colorField) The geospatial color field for the join definition.datasetKeyField
(Consumer<UnaggregatedField.Builder> datasetKeyField) Sets the value of the DatasetKeyField property for this object.datasetKeyField
(UnaggregatedField datasetKeyField) Sets the value of the DatasetKeyField property for this object.shapeKeyField
(String shapeKeyField) The name of the field or property in the geospatial data source.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
shapeKeyField
The name of the field or property in the geospatial data source.
- Parameters:
shapeKeyField
- The name of the field or property in the geospatial data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
datasetKeyField
Sets the value of the DatasetKeyField property for this object.- Parameters:
datasetKeyField
- The new value for the DatasetKeyField property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
datasetKeyField
default GeospatialLayerJoinDefinition.Builder datasetKeyField(Consumer<UnaggregatedField.Builder> datasetKeyField) Sets the value of the DatasetKeyField property for this object. This is a convenience method that creates an instance of theUnaggregatedField.Builder
avoiding the need to create one manually viaUnaggregatedField.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todatasetKeyField(UnaggregatedField)
.- Parameters:
datasetKeyField
- a consumer that will call methods onUnaggregatedField.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
colorField
The geospatial color field for the join definition.
- Parameters:
colorField
- The geospatial color field for the join definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
colorField
default GeospatialLayerJoinDefinition.Builder colorField(Consumer<GeospatialLayerColorField.Builder> colorField) The geospatial color field for the join definition.
This is a convenience method that creates an instance of theGeospatialLayerColorField.Builder
avoiding the need to create one manually viaGeospatialLayerColorField.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocolorField(GeospatialLayerColorField)
.- Parameters:
colorField
- a consumer that will call methods onGeospatialLayerColorField.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-